Hi, when i login with Oauth2 , using createOAuth2Session( 'google', 'http://localhost:5173/', 'http://localhost:5173/' ); It gives me the error: You can't sign in to this app because it doesn't comply with Google's OAuth 2.0 policy.
If you're the app developer, register the redirect URI in the Google Cloud Console. Request details: redirect_uri=https://cloud.appwrite.io/v1/account/sessions/oauth2/callback/google/67e0efd00036b848eee4 flowName=GeneralOAuthFlow
I have made the correct settings in google with the client id for web application and i copied the URI from appwrite into the Authorized redirect URIs in google client id, with the client if and the client secret provided to appwrite google auth, so, i can't understand, why that error is popping
Recommended threads
- Google Auth not working in a React App
Authentication with Google has failed. It redirects back to the signin route in React. Attached screenshots for configuration of Google console and Appwrite Go...
- Dokploy docker compose
Hey guys hope y'all doing well, I was wondering if anyone could share a working 1.8.0 docker-compose that works with Dokploy I tried making it but it just does...
- How to display images from storage
I tried the link above, but it returns the error “`Please upgrade to a higher plan.`” I don’t need Transformations at the moment, I just want to display the ima...