sofn-xyz / mailing

Build, test, send emails with React
https://www.mailing.run
MIT License
3.6k stars 74 forks source link

Visiting /signup after deploying redirects to 404 #463

Open heertheeswaran opened 1 year ago

heertheeswaran commented 1 year ago

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):

Jaraujo6 commented 1 year ago

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

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!