lingthio / Flask-User-starter-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

On older version, my confirm_email_link is getting appended with the app port

smithellis opened this issue · comments

commented

Any way I can stop that from happening? My app is running on port 5000, but it is proxied from the webserver at domain root port 80. In other words, when people click to confirm their email, they are sent to a non-working port (5000 isn't open to the public).

Where is this set? Thanks!!

This is happening to me as well. I tried editing servername but that does not seem to work. I will do more research into this and post my findings here.