-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
email adapter error #1338
Comments
Are you sure you are running parse-server v2.2.4? In your packages.json file make sure its: |
okay i will try it now . |
If that doesn't work, install with |
Hello after i updated my parse server to be 2.2.4 everything work in server but when i try to reset my password by enter my email , am not receive any emails in my inbox . please advice . Regards |
okay now am received the email in my inbox but the link not clickable and the link start with this word "undefined" ? can you help me please ? |
did you set publicServerURL in your options? |
no |
then that's the issue, this value should be set as a publicly accessible URL to your parse server |
can you give me an example please ? |
How to set the vaule @flovilmart ? |
it's in the documentation: https://github.com/ParsePlatform/parse-server#email-verification-and-password-reset Before reporting issues, can you please make sure that you configure your system according to the documentation? |
thank you very much i will try it now . |
Please only use the issues on github to report real issues, not configuration errors. Thanks |
thank you very much but when i clicked the link this error appear |
what did you set as publicServerURL? if serverURL is http://localhost:1337**/parse** then publicServerURL should be http://example.com/parse |
i do exactly as you said before publicServerURL http://example.com/parse but when click the link error 404 appear when try to reset password ? |
@thamer898 by For testing locally use something like ngrok, then your public facing URL will be something like http://xxxxxx.ngrok.io/parse/ Install ngrok on your system, then run |
What is the URL? |
localhost |
localhost is not a URL! What is the link you receive that is not working? |
sorry i have this domain name privatchat.chat i think the page not found on the server ? |
@thamer898 if you want us to help, you need to answer the question, what is the link that you receive in the email? |
|
but i can do all the operations like insert and delete images , sign in / up users ! |
Are you running parse-server locally or is it deployed on a server? If locally then follow the steps I gave above to configure ngrok, use it as |
i deployed parse server on a windows server 2012 , but i think the reset password html page not found so i face the 404 error ? is it right . |
You are facing the 404 because parse-server was not found on that URL. I'm not sure how windows server works, but if it has a static IP address you could use that too, something like I think its better you ask this and any future configuration related questions over at Stackoverflow |
okay i have ssl connection how to allow connection using https i think this the error since am using http only ? |
@thamer898 this issue is getting out of hands now, this is a deployment and configuration problem on your side, and not related at all with an issue on parse-server. I'm locking that conversation for now as this repository is not a live support for deploying parse server. From what I can see, your server is not correctly deployed to the domain you pointed to. As @tanmays mentions, you may find a better answer on stack overflow. |
okay thank you do you have an account on stackoverflow ? |
yes I do, but I don't answer parse-server deployment related questions. |
okay thank you very much |
Hello
please find attached an error screenshot after i added an email adapter to allow user to reset password ? kindly advice
Regards
The text was updated successfully, but these errors were encountered: