Google OAuth access denied

I am using Google OAuth for login in my webapp but when ever I login it give error of :
" Access Denied
You do not have permission to sign in."
Even I have added my email address in testing user but it doesn’t work.

link to webapp:

My webapp github repo link:

Run on your local machine first open this project in vscode and in terminal type yarn or npm install to install all depenciences, then type yarn run dev or npm run dev to start the server.
@bappyasif

  • is it happening on “sign up” process? or sub sequential "sign in " process

  • if this is happening for “already signed in user”
    ** r u sure you are passing in “correct credentials”?
    ** debug user typed “credentials” with “server saved” data for that user

Ok I will look into it.

1 Like

Hey! Have you resolved the issue?
I still get the issue of ’ Access Denied. You do not have permission to sign in.’
I can access from my own google account. But when I try with any other account, it shows the above message. Please help me out.

There was problem related to clienbt id

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.