code-server-azure icon indicating copy to clipboard operation
code-server-azure copied to clipboard

after deployment link leads to troubleshoot section

Open alishahzad789 opened this issue 2 years ago • 2 comments

https://github.com/bpmct/code-server-azure#troubleshooting

alishahzad789 avatar Sep 16 '22 14:09 alishahzad789

Looks like code-server ports are not accessible:

[2023-03-07T03:26:54.228Z] info Wrote default config file to ~/.config/code-server/config.yaml [2023-03-07T03:26:54.606Z] info code-server 3.9.0 fc6d123da59a4e5a675ac8e080f66e032ba01a1b [2023-03-07T03:26:54.607Z] info Using user-data-dir ~/.local/share/code-server [2023-03-07T03:26:54.630Z] info Using config file ~/.config/code-server/config.yaml [2023-03-07T03:26:54.630Z] info HTTP server listening on http://127.0.0.1:34573 (randomized by --link) [2023-03-07T03:26:54.630Z] info - Authentication is disabled (disabled by --link) [2023-03-07T03:26:54.630Z] info - Not serving HTTPS (disabled by --link) [2023-03-07T03:26:54.944Z] info ping server: dial server: failed to WebSocket dial: expected handshake response status code 101 but got 502 [2023-03-07T03:26:54.947Z] error coder cloud agent exited with 1 code-server-logs.txt (END)

And i am not sure how to open the port, because it gets normalized with --link...

DzmitryDulko avatar Mar 07 '23 03:03 DzmitryDulko

The log show that container initialized successfully,but it always redict to the trouble page

coolwindX avatar Sep 08 '23 09:09 coolwindX