Replies: 9 comments 1 reply
-
Hi @Chen-0522 could you try updating the Coder server to the latest version? 2.16.0 or 2.15.3? Also please exec/ssh into your workspace outside coder and see if the workspace can reach the Coder server. Do you have https set up on your coder server? |
Beta Was this translation helpful? Give feedback.
-
@Chen-0522 did the above solve your issue? |
Beta Was this translation helpful? Give feedback.
-
any body was able to solve this issue ? I have it also, and upgraded to v2.16.0+683a720 same issue I am exposing the coder directly to server ip on :80 and 443 +zerossl certificate but no success system debian 12. nftables disabled. `/ coder.env CODER_ACCESS_URL=https://xyzpoc.dev/ CODER_TLS_CERT_FILE=/etc/coder/fullchain.cer CODER_VERBOSE=true CODER_STRICT_TRANSPORT_SECURITY=1 CODER_PG_CONNECTION_URL="postgresql://user:password@127.0.0.1:5432/coderdb?sslmode=disable"` |
Beta Was this translation helpful? Give feedback.
-
Hi @eadoking if you exec into the workspace compute and see if it can reach the access url? Also is there something that is failing in your |
Beta Was this translation helpful? Give feedback.
-
Hi @matifali, thanks for reply Actually, no can't, and no errors in I tried couple times using I tried the server with new image and nothing installed only coder, the same. (debian 12) I tried to expose it directly to 443, and tried with nginx .. always no load. how it worked at the endonly worked when I used alternative methods
so, I installed docker, and copied the docker-compose file from your github repo and then added a debian service to run the docker composer up for coder,
|
Beta Was this translation helpful? Give feedback.
-
That's interesting. Also if you are using docker compose you probably don't need to create a service as docker compose can manage the lifecycle of services it runs on its own. |
Beta Was this translation helpful? Give feedback.
-
@matifali sorry for jumping in this thread. However I am facing the same issue. Basically, if I use this image https://quay.io/repository/jupyter/base-notebook the container start, but coder space can't access the container for some reason. However, I am able to exec the container from the docker host. I have tried as pod and as container, not success at all. |
Beta Was this translation helpful? Give feedback.
-
Just adding I found that the code server is not being dowloaded to the container. May be that is the issue |
Beta Was this translation helpful? Give feedback.
-
I have the same problem; the workspace is unable to boot. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Version:

v2.8.2+c4a01a4
Beta Was this translation helpful? Give feedback.
All reactions