Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Visiting /signup after deploying redirects to 404 #463

Open
heertheeswaran opened this issue Mar 30, 2023 · 1 comment
Open

Visiting /signup after deploying redirects to 404 #463

heertheeswaran opened this issue Mar 30, 2023 · 1 comment

Comments

@heertheeswaran
Copy link

Describe the bug
A clear and concise description of what the bug is.
After deploying not able to signup or login.

To Reproduce
Steps to reproduce the behavior:

  1. Deploy in vercel or anything
  2. Go to /signup
  3. See going to /404
  4. See error

Expected behavior
It should allow me to signup.

Screenshots
image
image

Desktop (please complete the following information):

  • OS: Mac OS
  • Browser Safari
  • Version [e.g. 22]
@Jaraujo6
Copy link
Contributor

Jaraujo6 commented Apr 14, 2023

I joined the discord server to ask this same question, but you need 2 ENV vars:

  • MAILING_DATABASE_URL
  • MAILING_SESSION_PASSWORD

the session password is missing from the docs and could be easily added in a PR, but it's a user generated password so the only requirement is that its 32 characters long. if you redeploy with these two variables it should work!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants