
After authorizing github it successfully redirects me back to the appwrite console but I receive the below error and nothing happens in the console.
appwrite | [Error] URL: /v1/account/sessions/oauth2/:provider/redirect
appwrite | [Error] Type: Appwrite\Extend\Exception
appwrite | [Error] Message: Failed to obtain access token. The GitHub OAuth2 provider returned an error: Not Found
appwrite | [Error] File: /usr/src/code/app/controllers/api/account.php
appwrite | [Error] Line: 487
Version 1.4.3

Something may be misconfigured....did you set up the callbacks in the same order as mentioned in the docs?

The callbacks were in reverse order, I flipped them and now it's working. Thank you for help 🙂

[SOLVED] Error: "Failed to obtain access token" when authorizing github
Recommended threads
- Can't grant Permission.read() for anothe...
I'm building a therapist-client app. When a **client** creates a document, how do I give their **therapist** read access? ## The Problem ```dart // Client cre...
- Devops and migration schemas management ...
Anyone has suggestions on migration management with appwrite I am going to have one app that will have different isolated deployment. So I need to have updated...
- Update Main Account email Password
i am trying to update main user password with " users = Users(client) result = users.update_password( user_id = 'myuserid', password = ''newupdatedpass...
