Help, Apps page doesn't work after update to 25

Had the same problem, app page not accessible…

Solution

Change PlatformRepository.php line 148

from

public function normalizeVersion(string $version, ?string $fullVersion = null): string {

to

public function normalizeVersion($version, $fullVersion = null) {

1 Like