You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The signup process is not being verified when running e2e tests on a fresh Open SaaS instance.
SKIP_EMAIL_VERIFICATION_IN_DEV=true needs to be added to the app/.env.server file to allow the tests to run. This is mentioned in the e2e tests README but could give more detailed instructions
The text was updated successfully, but these errors were encountered:
pshycodr
added a commit
to pshycodr/open-saas
that referenced
this issue
Feb 18, 2025
Fixeswasp-lang#363
Add `SKIP_EMAIL_VERIFICATION_IN_DEV=true` to `template/app/.env.server.example` file.
* Add a new section to the file to skip email verification in development mode.
* Add `SKIP_EMAIL_VERIFICATION_IN_DEV=true` to the new section.
The signup process is not being verified when running e2e tests on a fresh Open SaaS instance.
SKIP_EMAIL_VERIFICATION_IN_DEV=true
needs to be added to theapp/.env.server
file to allow the tests to run. This is mentioned in the e2e tests README but could give more detailed instructionsThe text was updated successfully, but these errors were encountered: