Closed petersalomonsen closed 4 months ago
When working in github codespaces, you can point your browser to the ports that are open in your codespace. But instead of using http://localhost:8080, you typically get an origin like for example: https://zany-system-r9jx457vrg35rjw-8080.app.github.dev/
Bos workspace is hardcoded to http://127.0.0.1:8080 and it would be good if it could automatically recognise the origin of the URL opened in the browser.
http://127.0.0.1:8080
When working in github codespaces, you can point your browser to the ports that are open in your codespace. But instead of using http://localhost:8080, you typically get an origin like for example: https://zany-system-r9jx457vrg35rjw-8080.app.github.dev/
Bos workspace is hardcoded to
http://127.0.0.1:8080
and it would be good if it could automatically recognise the origin of the URL opened in the browser.