Flask-User-starter-app icon indicating copy to clipboard operation
Flask-User-starter-app copied to clipboard

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

Open smithellis opened this issue 9 years ago • 1 comments

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!!

smithellis avatar Sep 08 '15 15:09 smithellis

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.

swarajd avatar Oct 23 '16 14:10 swarajd