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
I have the same exact problem as mentioned here, but the issue was closed and not resolved. I have setup my Parse server (v3.1.2) on Elastic Beanstalk and everything is working well. I have setup "reset email" and "verify email" using my Mailgun account and the parse-server-mailgun module. My "verify email" works correctly and an email is sent to the user but I can not get my "reset password" to function. I expect there is a parameter I am missing in my index.js file but I cant see what it can be. Given that the "verify email" correctly sends the link that verifies the account it must be something specific to the "reset password" options. I have googled this extensively without finding what the problem is.
The verbose log after sending a request for "reset password" does not offer any information and looks like this (seems correct):
Is it reset_password instead of password_reset? I have the former, but don't recall if it's something custom set up. I know we customize the page, I don't know if we chose the path and it could be anything. We use the Sendgrid module and set up was just passing in an API key and e-mail we're sending from, but we add /public/reset_password.html to customPages property
I have the same exact problem as mentioned here, but the issue was closed and not resolved. I have setup my Parse server (v3.1.2) on Elastic Beanstalk and everything is working well. I have setup "reset email" and "verify email" using my Mailgun account and the parse-server-mailgun module. My "verify email" works correctly and an email is sent to the user but I can not get my "reset password" to function. I expect there is a parameter I am missing in my index.js file but I cant see what it can be. Given that the "verify email" correctly sends the link that verifies the account it must be something specific to the "reset password" options. I have googled this extensively without finding what the problem is.
The verbose log after sending a request for "reset password" does not offer any information and looks like this (seems correct):
My index.js file for my server looks like this for the email settings:
Any insight as to what may be the problem or what I may be lacking would be appreciated. Thank You. Cheers, Trond
Originally posted by @trondkr in #4022 (comment)
The text was updated successfully, but these errors were encountered: