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) {