am trying to set up Google login for my webapp with Flask. The problem is with setting the 'Authorized redirect uri' in the Google Developer's console ashttps://papasumit12345.pythonanywhere.com/authorize. I get an error 'Invalid Redirect: must use a domain that is a valid top private domain'. This is happening only with PythonAnywhere domain. If switch the url with something like localhost/authorized then the error does not appear.
Can you please help?