either that or the _APP_VCS_GITHUB_CLIENT_ID or _APP_VCS_GITHUB_CLIENT_SECRET are incorrect?
do i need to include Iv1 in the CLIENT_ID
yep
is included, i tried a new client secret lets hope i made an mistake there
nope still the same
even says the the client secret was used in github
Hmm seems like the GitHub app doesn't have access to your GitHub account...I don't really know why...
the app is owned by an organisation, is this the problem?
Shouldn't be...I'm pretty sure our cloud GitHub app is owned by the org
The GitHub app is public, right?
its a private github app it says
Can you try making it public?
It should be public regardless
i cant find something about that in the settings, how can i do that?
It should be in advanced settings or something. It's near where you would delete the GitHub app
still the same, can i still limit who can install the app? not that everyone out there can access it
but i get appwrite | [Error] Timestamp: 2023-10-21T16:13:41+00:00
appwrite | [Error] Method: GET
appwrite | [Error] URL: /v1/account
appwrite | [Error] Type: Appwrite\Extend\Exception
appwrite | [Error] Message: User (role: guests) missing scope (account)
appwrite | [Error] File: /usr/src/code/app/controllers/general.php
appwrite | [Error] Line: 552
i have good news, i fixed it
it was a silly mistake of mine
What was the problem??
I'm glad you figured it out <:appwriteparty:946072712915341333>
under Account Permissions the Email Address was set to read and write for some reason, i switched it to read only and now it works fine, thanks for your time and help
Wow interesting...
That's so confusing you had to take rights away...especially considering the error message
[SOLVED] "user_oauth2_provider_error" Github App
Recommended threads
- Local appwrite run functions --user-id n...
Hi, I'm running into an issue when testing Appwrite functions locally with user impersonation. I'm using a self-hosted Appwrite instance and running functions ...
- How to Display File in Web?
I'm trying to use Appwrite's Storage to store images and display them in my app, however when I use the `getFileView`, `getFileDownload` or `getFilePreview` met...
- Selfhosted Github App installation
I've followed this guide: https://appwrite.io/docs/advanced/self-hosting/configuration/version-control to connect GitHub to my self-hosted Appwrite instance (1....