I had been using the GitHub integration, it was working fine till 1.4.7. Once I upgraded to 1.4.8, my list of repos was no longer appearing. I checked the .env file and private key is also in one line (with \n for newlines)
Any errors in the appwrite container logs?
I readded the private key again and re-started the containers. And now I don't see any logs for functions container
I updated to 1.4.9 just now and I don't see any logs for both the functions container and also the migrations container. The issue still persists
{"message":"my-email@gmail.com (role: users) missing scope (vcs.read)","code":401,"type":"general_unauthorized_scope","version":"1.4.9"}
I get this error when I try to disconnect
weird...it still works for me..
Yeah! anyway since it was a test instanced I wiped it and installed again
Did it work after reinstall?
Yes it did
[SOLVED] GitHub integration stopped working after 1.4.8
Recommended threads
- Function connected custom domain error: ...
My domain is served through Cloudflare. Domain is now connected with the appwrite function. But when accessing the domain, I get the below error. Any suggestion...
- Error | general_unknown
I have built a website using Appwrite Cloud as backend, and also using sites for deployment. My website is live but sometimes it shows Appwrite's Error general_...
- Invalid token passed in the request
Hello, I have an issue using updateMagicURLSession. I send the email using sendMagicLink, which works fine. When i click the link in the email i get the invali...