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
- Send Email Verification With REST
I am using REST to create a user on the server side after receiving form data from the client. After the account is successfully created i wanted to send the v...
- Use different email hosts for different ...
Hello, I have 2 projects and i want to be able to set up email templates in the projects. Both projects will have different email host configurations. I see ...
- Project in AppWrite Cloud doesn't allow ...
I have a collection where the data can't be opened. When I check the functions, there are three instances of a function still running that can't be deleted. The...