Closed
Description
Hello everyone,
on the invalid_verification_link page the button to resend verification email
has a wrong url. It gets the appId from the given url but not the mount point.
It has: https://xxxx/app/{appId}/resend_verification_email
it should have: https://xxxx/{mountpoint}/app/{appId}/resend_verification_email
In my ParseServer config I have set the publicServerURL correct. Everything else works fine.
ParseServer Version: 2.4.1
Procedure: Open a invalid verification link and click on the button "Resend Link"
Hope that helps
Best regards
Gitzoz