You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running multiple coder instances in fanout, the resources cannot be fetched.
Errors from console:
GET https://coder.tools.aws.cps.vodafone.com/ide.main.0dbbd1.css net::ERR_ABORTED 404
wef4jr85v-python:36 GET https://coder.tools.aws.cps.vodafone.com/ide.main.0dbbd1.js net::ERR_ABORTED 404
wef4jr85v-python:7 GET https://coder.tools.aws.cps.vodafone.com/ide.1.0dbbd1.js net::ERR_ABORTED 404
wef4jr85v-python:36 GET https://coder.tools.aws.cps.vodafone.com/ide.main.0dbbd1.js net::ERR_ABORTED 404
manifest.2d6501a9cec51964cb818234b83e7c94.json:1 GET https://coder.tools.aws.cps.vodafone.com/manifest.2d6501a9cec51964cb818234b83e7c94.json 404
Steps to Reproduce
Deploy on kubernetes. Expose ingress like this example
If I define a path /* I have gotten it to work. The problem is the resources are being fetched from random sources since I have defined multiple coder instances and this path is on all definitions for that hostname. For example I would have deployed coder under /python with python tools, /go with golang tools and so on. In this scenario I have seen ide.main.0dbbd1.css being fetched from the go coder instance when I loaded python
code-server
1.1140-vsc1.33.1:Description
When running multiple coder instances in fanout, the resources cannot be fetched.
Errors from console:
Steps to Reproduce
Deploy on kubernetes. Expose ingress like this example
I have also tried this without success:
If I define a path
/*
I have gotten it to work. The problem is the resources are being fetched from random sources since I have defined multiple coder instances and this path is on all definitions for that hostname. For example I would have deployed coder under/python
with python tools,/go
with golang tools and so on. In this scenario I have seenide.main.0dbbd1.css
being fetched from thego
coder instance when I loadedpython
Reading more into this I think it's related to the paths used. They should be relative and not include
/
.Source: https://stackoverflow.com/questions/50871970/kubernetes-ingress-nginx-loading-resources-404
any help would be appreciated.
The text was updated successfully, but these errors were encountered: