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
If you try to access a workspace application (for example, code-server) from the webpack server running locally, you will get a message:
code-server is offline!
{{ .APIResponse.Message }}
Problem here is that we populate that with a Go handler, so when running the webpack-only frontend we only display the Go template.
Solution
We should probably display a different error message here so folks know what's going on. This isn't a huge issue, but is bound to trip up folks who are trying to kick the tyres with local development and/or working on some features relating to workspace applications.
The text was updated successfully, but these errors were encountered:
kylecarbs
changed the title
bug: (developers only): misleading error message "code-server is offline"
dev-only: misleading error message "code-server is offline" when clicking on a n app
Aug 24, 2022
kylecarbs
changed the title
dev-only: misleading error message "code-server is offline" when clicking on a n app
dev-only: misleading error message "code-server is offline" when clicking on an app
Aug 24, 2022
Problem
If you try to access a workspace application (for example, code-server) from the webpack server running locally, you will get a message:
Problem here is that we populate that with a Go handler, so when running the webpack-only frontend we only display the Go template.
Solution
We should probably display a different error message here so folks know what's going on. This isn't a huge issue, but is bound to trip up folks who are trying to kick the tyres with local development and/or working on some features relating to workspace applications.
The text was updated successfully, but these errors were encountered: