#Both Magic URL and GitHub login keep bringing me back to the login page.
1 messages · Page 1 of 1 (latest)
Are there errors in the server logs? It sounds like it's redirecting because there's an error of some kind
@civic quarry
What about after you try login, this looks like just the logs when it starts up
Something wrong with the auth, that's why it's redirecting you back.
My guess is that your encryption env vars aren't the correct length, they have to be the exact length from our guide. But it's hard to tell from this.
MAGIC_LINK_SECRET=0e60555e15ab9ca9f523ad4cf9bd472a
SESSION_SECRET=5eb999f7491fdb3aef84b9b6e71a80ee
ENCRYPTION_KEY=6184429c687009bd61ff7840f8878727
PROVIDER_SECRET=157b5be714a2c77642e35f85a9f463ab5131b24e8bbacfce186ffe20b33f27b6
COORDINATOR_SECRET=4d88fc8018e71e0b7f50a5afeeeb1ebff0ab1eeae74f72e52011c55a3708c7c6
These are the codes that are being used! Please don't mind me posting these, I will regenerate them or remove this message.
@civic quarry
Thanks for trying to help Matt! Always appreciated.