mozilla / send

Simple, private file sharing from the makers of Firefox
https://send.firefox.com
Mozilla Public License 2.0
13.23k stars 1.54k forks source link

OAuth URL directing me to localhost:8080 #1423

Open krosseyed opened 4 years ago

krosseyed commented 4 years ago

When using the sign in feature, I am unable to complete the sign in process due to the OAuth token URL being directed to localhost:8080 instead of my domain.

How would one change that URL? I do not see anywhere in config.js where I can edit this to reflect the correct URL.

krosseyed commented 4 years ago

I am able to temporarily get around this if I manually modify the URL to the correct domain. Is there an apache proxy/redirect rule that I am missing?