Open PhilipJonasFranz opened 9 hours ago
hmmm, the error message indicates that something is responding with forbidden to nextauth's request (and it's probably not hoarder). What's this middleware that you have configured? What does it do? Have you tried commenting this middleware out as an experiment?
Hi,
thanks for the quick reply. The Middleware is a simple IP-Whitelist Filter:
local-whitelist:
ipWhiteList:
sourceRange:
# Local IP Ranges
- "10.0.0.0/8"
I have tried commenting it out but sadly it does not change the behaviour. Its also worth noting that if i run the service without traefik and expose port 3000, i at least can connect to the dashboard without issues via IP:Port. The SSL Cert that Traefik serves is valid and not expired.
Describe the Bug
Im currently trying to setup the service using the following compose file:
The reverse proxy setup works for a bunch of services, but i cannot get it to work for this one. I keep getting 504 Gateway Timeouts. I have set the NEXTAUTH_URL to point to the base-url of the service.
Strangely, after some time of trying to connect to the service, it randomly works, and i get this error message in the web-container log:
I can then connect to the dashboard, sign in and navigate pages, until it suddenly stops working and i get a gateway timeout again. Then im stuck with gateway timeouts again and cannot access the dashboard.
Steps to Reproduce
Expected Behaviour
Screenshots or Additional Context
No response
Device Details
Firefox 132.0.2 (64-bit), Windows 10
Exact Hoarder Version
v.0.19.0