You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The publicServerURL has no effect on the verification link sent in the email.
I have enabled email verification in my project.
I have set publicServerURL to 'http://abc.com' ( for e.g. )
When I run the application locally, and try to sign up, the verification URL in the email starts with
my local address ( 127.0.0.1 ) but not the value I set in the publicServerURL
I know that ideally, because I am running the application locally, it should point me to my localhost.
But because I am explicitly setting the publicServerURL, should not it point me to that URL?
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Issue Description
The
publicServerURL
has no effect on the verification link sent in the email.I have enabled email verification in my project.
I have set publicServerURL to 'http://abc.com' ( for e.g. )
When I run the application locally, and try to sign up, the verification URL in the email starts with
my local address ( 127.0.0.1 ) but not the value I set in the publicServerURL
I know that ideally, because I am running the application locally, it should point me to my localhost.
But because I am explicitly setting the
publicServerURL
, should not it point me to that URL?Steps to reproduce
Set up parse server
While setting up, set
Now try to sign up.
Check the your email.
The verification url starts with
http://127.0.0.1:4000
rather thanhttp://abc.com
Expected Results
Verification Link should start with
publicServerURL
( http://abc.com for example )Actual Outcome
Verification Link starts with
http://127.0.0.1:4000
( the address on which my parse-server is running)Environment Setup
Server
Database
The text was updated successfully, but these errors were encountered: