It seems that some changs have been made to the Codespaces environment. For some reason, env vars CODESPACE_NAME and GITHUB_CODESPACES_PORT_FORWARDING_DOMAIN are not readable anymore in codespace.config.php (getenv always returns false).
This leads to a wrong redirect: when opening the Codepace, the user is redirected to "localhost" instead of the codespace subdomain
It seems that some changs have been made to the Codespaces environment. For some reason, env vars
CODESPACE_NAMEandGITHUB_CODESPACES_PORT_FORWARDING_DOMAINare not readable anymore incodespace.config.php(getenvalways returnsfalse).This leads to a wrong redirect: when opening the Codepace, the user is redirected to "localhost" instead of the codespace subdomain