Open REPTILEHAUS opened 4 years ago
I really didn't get your point. Are you using this code on the client side? Isn't it firing the error callback when some error happens?
Yes, the error callback is not triggered
You share there is an error showing up in the Parse Server logs, right? Could you share the error?
I believe that it makes sense to not wait for the promise to complete. It would delay the sign up process. We could catch and log any possible error though.
Cant get an error from password reset , there is a problem where if you have an EU registered mailgun account that you must specify the endpoints for parse email adapter as such with additional host param set to
"api.eu.mailgun.net"
however no error got thrown on the frontend using this code - but errors on parse server where getting thrown, as this is an internal parse server function, how should we handle its errors (in async fashion)
The desired effect is that if there is no error I can redirect back to login page and allow the user to login after success resetting their pw