-
Notifications
You must be signed in to change notification settings - Fork 12
Description
I set up with docker/docker-compose on a Proxmox LXC running Ubuntu Server 22.04. I can get to the login page but can't actually get logged in.
Myself and one other user in the Discord are getting a problem where the magic link just brings you back to the same localhost/auth page over and over. I tried setting up SMTP and actually get the emails but that link does the same thing.
From learn_more on Discord:
I grab the 'register' magic link from the docker console, open it in a new tab, and it drops me on the login page.
Entering the same email there yields another link in the log, but opening that just drops me back on the login page.
[4:59 AM]Tuesday, October 28, 2025 4:59 AM
There are no errors logged on the app container, just this:
EventId=2001 LogLevel=Information Category=Npgsql.Command Message=Command execution completed (duration=1ms): SELECT id, name, email, lock_reason FROM users WHERE email = $1 State={"Message":"Command execution completed (duration=1ms): SELECT id, name, email, lock_reason FROM users WHERE email = $1","CommandText":"SELECT id, name, email, lock_reason FROM users WHERE email = $1","DurationMs":1,"ConnectorId":103,"{OriginalFormat}":"Command execution completed (duration={DurationMs}ms): {CommandText}"}