Parse-server/Heroku email account verification not working

120 Views Asked by At

I am trying to implement the email verification system on Parse-Server (/Heroku), when a user account is created; so that the user can confirm his/her account creation.

Things are working well for those matters:

  • I can create a working account.
  • The user receives the verification email that is expected.

The problem is this:

  • When the user clicks on the link inside the verification email. This is what appears in the browser:

    {"error":"unauthorized"}

Has anyone seen a similar issue and knows how to solve it?

0

There are 0 best solutions below