Email confirmation does not work since porting my Parse MongoDB application

I completed the first step of my Parse migration by going to my own MongoDB server. Everything is working fine, except for emails sent by Parse.com. Again, I just moved the DB, so the cloud code (and the Parse REST API) is still hosted on Parse.com.

By clicking on any link via email or reset password, the link to the email address ends on the "Invalid link" error page. I confirmed that the tokens and username in the letters are correct.

My only thought is that the email validation handler hosted by Parse.com cannot communicate with the external MongoDB server I was porting to (but the Parse.com REST API works fine, so that doesn't make sense).

Any ideas?

+5
source share
1 answer

Sorry to report that the only option for us was to translate the parsing server code in github to our Heroku server ..

I don’t think this problem will be solved on parse.com ... but the guys on the parsing server on github do the magic! Aomost completely transferred the entire parse.com server and fully included it in the github source code. Not just transferring yourself to the combination of mLab, open-source open source, Heroku and oneSignal, but now, after many changes and corrections have been made to the source code, which it works like a charm :) kudos for guys on the parsing server in github for their great job !!!

In any case, if any of you have questions regarding the transfer in order to use the combination mentioned above, you can make this message in Q & A to transfer parse.com to your own server ... (As long as the administrators let us do it)

0
source

Source: https://habr.com/ru/post/1244294/


All Articles