mirror of
https://github.com/asalimonov/authelia-admin.git
synced 2026-04-25 14:45:56 +03:00
[GH-ISSUE #37] Question regarding Traefik #102
Labels
No labels
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/authelia-admin#102
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 @arcoast on GitHub (Dec 7, 2025).
Original GitHub issue: https://github.com/asalimonov/authelia-admin/issues/37
I've been using authelia for years and have it working with Traefik, but struggling with the routing with authelia-admin.
My Authelia config is as follows, running on a dedicated subdomain
My authelia-admin configuration is done using environmental variables
If I go to
authelia.domain.comI can successfully use Authelia, however trying to browse tohttps://authelia.domain.com/auth-adminresults in a 500 error code and an internal server error.Looking in the browser logs
Docker logs for authelia-admin are fine
I can browse to http://SERVER_IP:9093/auth-admin and see the following page
The Authelia link points to
http://SERVER_IP:9093and the Authelia-Admin link points tohttp://SERVER_IP:9093/auth-adminI understand this may be out of scope for support as it's almost certainly a Traefik issue, but I did notice that I think you're using Traefik yourself based on the compose file here
I did wonder if it might be a CORS issue, however I'm using the same Traefik routing with PathPrefix in another stack (running
/.well-known/matrix/) on my root domain to facilitate OIDC in my Synapse server.Would be very grateful for any advice, help or insights you might be able to offer.
One other thought I had, is that as you can see I've split my Authelia config file into multiple files to help with readability/editing, and I wondered if that might impact things.