mirror of
https://github.com/chr0nzz/traefik-manager.git
synced 2026-05-09 05:35:22 +02:00
[GH-ISSUE #36] Middlewares not displaying #31
Labels
No labels
bug
bug
bug
feature request
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/traefik-manager#31
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @kristiankunc on GitHub (May 4, 2026).
Original GitHub issue: https://github.com/chr0nzz/traefik-manager/issues/36
Traefik Manager version
1.0.0
How are you running Traefik Manager?
Docker
Traefik version
3.6.15
What happened?
The middlewares do not show up (only the sum of toal middlewares changes when I modify in Traefik directly)
Steps to reproduce
GET manager/api/traefik/middlewaresproperly returns all the middlewares - meaning the data is there, just not in the UIWhat did you expect to happen?
See them ;)
Relevant logs or screenshots
Relevant configuration
@akanealw commented on GitHub (May 4, 2026):
I'm having the same issue with a fresh install of 1.0.0 except both routes and middlewares are empty despite the numbers. If I add a router the number goes up. I can't add a middleware though, they won't save.
I don't see any errors in the traefik-manager logs either.
@chr0nzz commented on GitHub (May 4, 2026):
please provide your compose file for TM
@akanealw commented on GitHub (May 4, 2026):
@chr0nzz commented on GitHub (May 4, 2026):
The Middlewares tab only shows middlewares managed by TM (saved to TM's config file). Middlewares defined via Docker labels or other providers won't appear there - that's by design.
I'm planning to add a middleware section to each provider tab (Docker, Kubernetes, etc.) in v1.1.0 so provider-defined middlewares are visible there.
That said - if middlewares genuinely won't save and no errors appear in logs, please share: what URL/message (if any) appears when you click Save Middleware? Also check if you're hitting the CSRF issue described in #37 - if all POST requests are failing silently that would explain it.
@akanealw commented on GitHub (May 4, 2026):
I'm not seeing the same thing in my logs as the other issue. I was refreshing the page and tried muliple times. I also disabled auth just for testing and set secure cookie to false.
I'm accessing the manager via https://manager.mydomain.com
Is there a debug option for the manager? I didn't see one in the settings or the manager.yml
@chr0nzz commented on GitHub (May 5, 2026):
please update to the latest and let me know if its working
@akanealw commented on GitHub (May 5, 2026):
latest 1.0.3 is working now for me. thanks!