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
Clicked the "Deploy to Heroku" button in the readme
Added my client token and secret
Successfully deployed.
Added https://{my-app-name}.herokuapp.com/submit to my app's Redirect URLs and also added https://{your-app-name}.herokuapp.com to my app's Origin URI for good measure.
Added FLASK_DEBUG & False to the Heroku config vars (as key and value respectively).
I'm sure I'm missing something here, but whatever it is should probably be clarified in the readme.
The text was updated successfully, but these errors were encountered:
Hi, I've just tried to deploy the sample app on Heroku, and I'm getting "No scope available" (https://login.uber.com/oauth/errors?error=no_scope).
Things I did:
https://{my-app-name}.herokuapp.com/submit
to my app's Redirect URLs and also addedhttps://{your-app-name}.herokuapp.com
to my app's Origin URI for good measure.FLASK_DEBUG
&False
to the Heroku config vars (as key and value respectively).I'm sure I'm missing something here, but whatever it is should probably be clarified in the readme.
The text was updated successfully, but these errors were encountered: