Some internal calls on the code server failed. #6356
Unanswered
manikandanmaks
asked this question in
Q&A
Replies: 2 comments
-
I don't work on the project anymore. I am also not super familiar with nginx ingress so I don't think I'll be able to help. Sorry about that! |
Beta Was this translation helpful? Give feedback.
0 replies
-
It might be caused by the lack of a trailing slash. For example you should use this in your browser: |
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 used nginx ingress to route traffic to a certain service depending on paths after deploying the codeserver docker image across many kubernates pods. I then used example.com/path to access the codeserver; but, after logging in, some calls would not work using the /path as shown below. So tell me how to change the request in it. Please assist me with this.@jsjoeio , @code-asher
Ingress :
current --> https://example.com/stable-30d9c6cd9483b2cc586687151bcbcd635f373630/static/out/vs/work
expected --> https://exapmle.com/userid1/stable-30d9c6cd9483b2cc586687151bcbcd635f373630/static/out/vs/work
Beta Was this translation helpful? Give feedback.
All reactions