Conntect to web server through traefik return error (javascript not enabled)

Hi,
I'm trying to expose the web server (UI) behind traefik,
router rule: a path prefix
provider: static - file
entry point: web
deployment (docker)

  • no middleware
    Is anyone facing the same issue?

  • the web page loaded without the javascript, no bad status codes in the dev tools

  • the web page works properly when resolved directly

I recommend to share your Traefik static and dynamic config, and docker-compose.yml if used.

Check your browsers developer tools network console for errors. Maybe JS files are not loading because they are not within PathPrefix().

Maybe I have some interesting update

the traefik runs behind a load balancer that converts HTTPs requests to HTTP (requests) and vice versa (for response)

I recommend to share your Traefik static and dynamic config, and docker-compose.yml if used.

Check your browsers developer tools network console for errors. Maybe JS files are not loading because they are not within PathPrefix().