parse-community / Parse-SDK-Android

The Android SDK for Parse Platform
https://parseplatform.org/
Other
1.88k stars 735 forks source link

Failure to use ParseUser.requestPasswordResetInBackground #1086

Closed pythonistastic closed 2 years ago

pythonistastic commented 3 years ago

Hello guys,

I have been trying to implement the method of reseting a password in my android application and I have went through the documentation first of all the one in here: https://docs.parseplatform.org/android/guide/#resetting-passwords , and then I created a mailgun account, then I applied the instruction in the documentation in here: https://github.com/parse-community/parse-server#email-verification-and-password-reset , so I have edited the server.js file that is located in "/opt/bitnami/parse-dashboard" as per the lines that are mentioned in the previous instruction page, but still after all of that it keeps raising an error: "com.parse.ParseRequest$ParseRequestException: An appName, publicServerURL, and emailAdapter are required for password reset and email verification functionality."

can anyone help me please with this issue.

Thank you.

Jawnnypoo commented 3 years ago

I think you'll get better support opening this on https://github.com/parse-community/parse-server, we are just showing you the message the server returns to us.

pythonistastic commented 3 years ago

I think you'll get better support opening this on https://github.com/parse-community/parse-server, we are just showing you the message the server returns to us.

Thank you man, I will surely do that

mtrezza commented 2 years ago

Closing as this does not seem to be a Parse Android SDK issue.