change oauth2 redirect_uri to use https
Closed this issue · 4 comments
thatbudakguy commented
adding an 's' manually in the URL bar fixed this for me
rishijavia commented
On Heroku it's a browser problem. The redirect URI on the Dev Website is set to use https
thatbudakguy commented
how do we fix it then? still not working in any browser unless I add the 's'
rishijavia commented
access the app using https
therefore the URL will be https://walklc.herokuapp.com
. I think changing it back to http
is not using the "free" security certs provided by Heroku
thatbudakguy commented
ok, sounds good