subdomain opening coder instead of code-server app #6882
-
my setup
expected result actual result I want to use the subdomain proxy to avoid all issues with paths, what am I doing wrong? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Coder does not forward Coder has its own proxy, though. If you set it up then you should be able to access a URL like Also, code-server should integrate with Coder's proxy automatically so if you have it set up, it should automatically be used in the ports panel of code-server as well. |
Beta Was this translation helpful? Give feedback.
Coder does not forward
<port>.<domain>
to a workspace, as far as I know, so code-server will never see the request.--proxy-domain
is a code-server thing only and Coder has no awareness of it.Coder has its own proxy, though. If you set it up then you should be able to access a URL like
https://<port>--<agent>-- <workspacename>--<user>--apps.dev.coder.com
. From the dashboard, if you click into a workspace then in the upper right of the card you should see "Open ports" and clicking on that should let you access any port (so you do not have to type the URL manually).Also, code-server should integrate with Coder's proxy automatically so if you have it set up, it should automatically be used…