This article is for anyone who is getting an "Access blocked" error when trying to use Google auth with Memberstack. The reason why this is happening is because Google has changed how projects/apps work in the developer console. They now require an app to be published in the Google OAuth consent screen.
To resolve this issue, follow these steps:
- Login to your project/app. The URL should start with something similar to console.cloud.google.com/apis.
- Click on "OAuth consent screen" on the left side navigation.
- Under "Publishing status", click on "PUBLISH APP" then confirm the modal that appears asking if you want to push to production.
- The status should have changed from "Testing" to "In production". The change should be instant, and you will be able to start using Google auth again.
Comments
0 comments
Please sign in to leave a comment.