Nothing appears even after updating the client ID and secret
rjchen2013 opened this issue · 1 comments
rjchen2013 commented
After doing what is said in the readme, I entered localhost:8000/app only to see an empty page. This is what I am seeing right now.
Can I know what should I be seeing instead?
Additionally, I have added http://localhost:8000/app/callback to the Redirect URIs in the Intuit Developer's Key section so I assume I do not have to change the one in the settings.py right?
nbhambhani commented
Hi @rjchen2013 seems like styling applied for index page creates issues in some cases. Can you pull latest changes or comment out this line: https://github.com/IntuitDeveloper/SampleOAuth2_UsingPythonClient/blob/master/app/templates/index.html#L5
Let me know if this works for you.