Google OAuth redirect_uri_mismatch when trying to launch localhost server from Flask app after using Pyinstaller
I have created a web app using Flask in Python, which I successfully linked to Google’s OAuth system (or so I thought). When I run the app directly with Python from the command line on http://localhost:5000
I have no problems loading the page and the authentication flow is successful.