-
-
Notifications
You must be signed in to change notification settings - Fork 570
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Removing domain not working #38
Comments
Hi, @TheoCouss can you provide steps to reproduce the issue? |
Sure! To reproduce the issue:
Despite redeploying, Traefik continues to forward the domain to the service, which shouldn't be the case. Additionally, attempting to restart Traefik from the settings exacerbates the problem by breaking the panel. To resolve this, it becomes necessary to delete the file associated with the service we initially created. |
Thank you! you were right, in order to prevent this if we delete the last domain, traefik config should be deleted aswell, since traefik cannot containt this structure by default. http:
routers:
services: |
Removing a domain from a service does not work, the domain is still mapped to the service in Traefik, rebooting Traefik does not solve the issue. It even breaks the custom domain of the panel.
I had to delete the service
The text was updated successfully, but these errors were encountered: