You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Once a workspace is created, developers will need to access arbitrary ports on their workspace to preview web apps they are developing. With desktop IDEs and SSH, there are methods to access these ports. However, using the web (code-server) isn't possible.
Lame MVP:
Web UI on workspace page to access port
┌──────────┐ ┌──────┐
Port │ 8080 │ │ Go │
└──────────┘ └──────┘
Once a workspace is created, developers will need to access arbitrary ports on their workspace to preview web apps they are developing. With desktop IDEs and SSH, there are methods to access these ports. However, using the web (code-server) isn't possible.
Lame MVP:
dev.coder.com/@bpmct/myworkspace/port/8080
)bpmct-myworkspace-8080.dev.coder.com
)create-react-app
)Workaround:
If code-server is present,manually navigate to port proxy
https://dev.coder.com/@bpmct/myworkspace/apps/code-server/proxy/3000 # or https://dev.coder.com/@bpmct/myworkspace/apps/code-server/absproxy/3000
Use ngrok or similar service within the workspace
Use SSH or desktop IDE to port forward to local machine
The text was updated successfully, but these errors were encountered: