fix(auth): resolve login redirect loop in Docker #11
Reference in New Issue
Block a user
Delete Branch "fix/login-redirect"
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?
Summary
userGrouphook inhooks.server.tswas hardcodinghttp://localhost:8080instead of readingAPI_INTERNAL_URLfrom the environmentevent.locals.userunsethandleAuthguard then redirected every request (including the login form POST) to/login, creating an infinite redirect loopTest plan
npm run dev+ backend running) — login should work as before/login🤖 Generated with Claude Code