-
-
Notifications
You must be signed in to change notification settings - Fork 220
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
Not able to send verification emails in development #250
Comments
Maybe it's a dependency issue. Try using yarn to install the versions in the lockfile. |
Will try to re-install modules with yarn and updating this. |
I recloned the repository on master branch used yarn to install the modules but same issue occurs, what version of node are you running? |
Node v14.11 running Graphile Starter from the |
Presumably that means there's an issue between you and ethereal.email, perhaps a firewall or similar? |
it looks like other people are seeing the same or a similar issue nodemailer/nodemailer#1096 (comment) i hadn't heard of ethereal, but i like the idea. i can send an email to my ethereal address from macOS mail, gmail in the browser, and from a random production web app. even though their service status site is not available, it appears to work with those email senders. maybe it's an issue with nodemailer or something about running it locally. |
Feel free to switch it out for an alternative nodemailer transport, I believe they have a test one that could be suitable |
When I log in to account, go to settings and press resend verification it seems to be hanging on console side and Parser being undefined, am I doing something wrong?
Here's a error log:
The text was updated successfully, but these errors were encountered: