mirror of
https://github.com/databasus/databasus.git
synced 2026-04-06 00:32:03 +02:00
Unable to login using Traefik with auth middleware #58
Reference in New Issue
Block a user
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 @jamesharding on 3/14/2026
Hello!
When Databasus is being served using traefik with authelia as the auth middleware, I am unable to log in to the application. After filling the username and password, the credentials are corrently POSTed, and an auth token is returned, but the page just redirects back to the signup page again (and I cannot see the auth token stored in any cookie/localstorage).
Disabling authelia middleware solves the issue, but for such a sensative resource, it makes sense to allow it to be secured with multiple layers.
Any thoughts?