Replies: 1 comment 6 replies
-
Have you also started code-server with the
Once you've done that going to https://3000.mycodeserverdomain.com should proxy port 3000. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I would like to use code-server to develop a React app. I was struggling with the proxy approach, and I read in the FAQ that using sub-domains was simpler and cleaner.
I am looking for help as I have not been able to configure the sub-domains on code-server. I have had a look at the FAQ and the resolved issues but still could not make it work.
So far:
mycodeserverdomain.com/proxy/3000
"works" (not for my app but I get my JSON payload if a set up a dummy server)https://3000.mycodeserverdomain.com
as if it werehttps://mycodeserverdomain.com
(that is, I get the IDE, not my JSON)My NGINX config:
code-server
docker-compose.yml
Hopefully someone can redirect me to the solution? Thanks a lot!
Beta Was this translation helpful? Give feedback.
All reactions