coder_pie
CCoder.com
•Created by coder_pie on 2/13/2024 in #help
code-server stopped loading after upgrading coder to 2.8.1
Previous version: 2.7.2
code-server version: 4.20.1
: This is as same before the upgrade
I use this to start code-server: code-server --auth none --port 13337 >/tmp/code-server.log 2>&1 &
When I open the coder resource I get 502 error- Failed to proxy request to application: proxyconnect tcp: dial context: connect tcp [fd7a:115c:a1e0:481e:b8c0:a53:c24:11b4]:8080: connection was refused
If I remove the --port param and use the default 8080 then it loads fine.
I read through the release notes and cannot figure out what I am missing. Appreciate any pointers! TIA34 replies