domain.com/login?error=%7B"message"%3A"Failed+to+obtain+access+token.+The+Google+OAuth2+provider+returned+an+error%3A+invalid_client%3A+Unauthorized"%2C"type"%3A"user_oauth2_unauthorized"%2C"code"%3A401%7D#
Even After login it it says OAuth callback error: Error: OAuth session could not be established.
@Steven
it says: OAuth session was not created. Please try logging in again.
@Chirag Aggarwal
I am building project and completely using Appwrite Cloud for our backend, but having issues in Auth system
I am using Google and Discord Login, and configured in Console perfectly. but still having these errors..
@Khushboo
can you please share your code snippet? and more details about the error
Recommended threads
- RBAC design question
Hi, I am trying to create RBAC so we will have multiple orgs in the app each org will have 3 roles (admin, member and read only) what is the best way to go ab...
- Team invite - 500 error - no email
When executing ```dart await _repository.teams.createMembership( teamId: event.listId, roles: ['member'], email: event.email, url: 'xxxx', ); ``` I se...
- Issue with google and apple oauth in Flu...
My Flutter application is logging in and out with email and password successfully, but I’m having trouble with Google and Apple OAuth login and signup. Here’s...