kubernetes-katas icon indicating copy to clipboard operation
kubernetes-katas copied to clipboard

Accessing application leads to 404s

Open kierenevans opened this issue 2 weeks ago • 0 comments

The port-forwarding example for https://github.com/eficode-academy/kubernetes-katas/blob/master/accessing-your-application.md to /proxy/8080/ doesn't change the paths used in the application's HTML, so the script request for /script/*.js becomes a 404 and the application does not work.

https://coder.com/docs/code-server/guide#stripping-proxyport-from-the-request-path has some documentation on this, perhaps we need /absproxy/8080/ or perhaps the application needs modifying?

kierenevans avatar Feb 13 '25 11:02 kierenevans