Closed Maypul closed 2 months ago
Another solution for this, was adding --metrics.addinternals=true to my Traefik instance. I do not need to specify services in each container anymore. Mentioned this on Traefik's repo with I think similar issue which was fixed for K8 (I am using Traefik in Docker).
Is there an existing issue for this?
Describe the bug
Hello!
I have set up my instance of Traefik and ErrorPages as shown in the example in the readme but I encountered few issues.
Traefik shows the ErrorPages for a while after starting up but then it goes to blank page with following error in Traefik's log: 2024-09-13T21:28:50+02:00 ERR Could not get Capture error="value not found in context" service=errorpages-svc@docker I found a workaround to add directly errorpage service to the traefik: traefik.http.routers.traefik-rtr.service: api@internal,errorpages-svc Now the pages load all the time as intended.
The other services (in my case tested on Portainer), work well, the ErrorPages work well without directly putting the service in their config but they do not show the X website icon - it also gets fixed by putting errorpages-svc directly into their config.
Steps to reproduce
Configuration files
Relevant log output
Anything else?
No response