-
Notifications
You must be signed in to change notification settings - Fork 407
Cannot access the UI from within a Github Codespace #1574
Description
What happened?
The Codespaces expose their ports through https. Since the UI loads its config through HTTP, Chrome rejects the request:
Mixed Content: The page at 'https://xxxx.githubpreview.dev/' was loaded over HTTPS, but requested an insecure resource 'http://xxxx.githubpreview.dev/api/config'. This request has been blocked; the content must be served over HTTPS.
The fix would be to use the same protocol when loading the config as the one used when accessing the UI.
What did you expect to happen instead?
Should work! 🙂
How can we reproduce the bug? (as minimally and precisely as possible)
Will need a Codespace beta access, but you can probably test it more easily by using some kind of https proxy.
Local Environment:
Latest DevSpace release
Anything else we need to know?
/kind bug