You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Figured out the culprit, though not sure yet who is at fault: Also leveraging Authelia as a forward-auth solution in front of Mealie with traefik. When I remove Authelia from the middleware/middleware-chain, authentication goes through without infinite redirect.
This may be specific to Authelia 4.38, but you need an forward auth endpoint that doesn't have HeaderAuthorization activated. Of course it may not make sense to use forward-auth and OIDC together, but that's another discussion.
First Check
What is the issue you are experiencing?
I get an infinite redirect loop (
307
) after authenticating with Authelia. May be releated to #3399 or #3419.Steps to Reproduce
307
)Please provide relevant logs
Mealie log level is set to
debug
.Mealie Version
2a541f081ac9ec37b4fb6e830826368d6d4e5260
Deployment
Docker (Linux)
Additional Deployment Details
using
:nightly
Authelia config is using
redirect_uris: https://mealie.example.com/login
Mealie config environment variables:
The text was updated successfully, but these errors were encountered: