Replies: 1 comment
-
If Are you accessing code-server at the root of the domain, or is there a sub-path like Are there are logs in the browser console or any other information in the network panel? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have deployed code-server in an EC2 instance (private) and then created a public ALB to access it. Everything works fine. Now, I have created a CloudFront distribution, that forwards the traffic to the ALB, but I always get a 404 error when I access the homepage.
/healthz
works fine. Running a simplepython3 -m http.server -b 0.0.0.0 8080
instead of code-server in the same instance also works fine, so I think that must be a code-server issue. Do you any any tip to continue investigating why I am getting that 404? I have also enabled trace logs, but nothing useful, although it seems that the server does something because it prints some text when I access the homepage, but getting a 404:Beta Was this translation helpful? Give feedback.
All reactions