Dashboard stuck on loading

Hi,

Traefik dashboard is not loading after version upgrade from v2.0 to 2.2.8. What can cause this issue?

This could be caused by misconfiguration. For example if I run traefik with ./traefik --api.dashboard --api.insecure and access it in the browser on port 8080 I can see dashboard alright.

This is the changelog for traefik, https://github.com/containous/traefik/blob/master/CHANGELOG.md if you are certain that your config has not changed, you can try and see if there is anything relevant there, but what I'd do is treat this as any configuration problem from scratch and do usual troubleshooting: enable debug/access logs and see what's there look at the browser console which paths are failing and troubleshot traefik routes corresponding to those paths, etc. Get a configuration that is working (like mine above) and then, step by step change the config until you break/fix it, this way you identify the issue and then fix it.

Come back with the details if you get stuck.

1 Like