
Using self hosted gitpod instance i followed the docs for functions (https://appwrite.io/docs/advanced/self-hosting/functions). but after setting it up and trying to connect to github from appwrite dashboard just redirects me to github app settings

Git deployment redirects and nothing happens

it gives me option to configure

but i have given every perms

i tried uninstalling and installing github app again with no success

Click on configure

then switch from All repositories to Only select repositories and then back to All repositories. Then, click Save

You should, then, be redirected back to Appwrite

it does but it does not connect to github


it just redirects back

Any errors in the docker logs for the appwrite container?

appwrite | [Error] Timestamp: 2023-10-05T12:28:55+00:00 appwrite | [Error] Method: GET 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: 488

Weird...what's your GitHub app settings?



Please make sure the callback URLs match the docs in the same order: https://appwrite.io/docs/advanced/self-hosting/functions#callback

absolute wild. how did i missed that???? THANKSSSS

[SOLVED] Git deployment redirects and nothing happens
Recommended threads
- User (role: guests) missing scopes (["te...
I keep getting this error: ```AppwriteException: User (role: guests) missing scopes (["teams.read"]) at new AppwriteException (/usr/local/server/src/functio...
- After the new appwrite update, I am havi...
I am having difficulties with Creating and listing documents from appwrite database. It doesn't create the document or list the document from the database altho...
- How to get event payload/source from fai...
Hi everyone, I'm currently working with Appwrite's database triggers, specifically for document creation events. I've encountered a potential issue and was h...
