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
- Self-Hosted and Multi Region support
Hey Appwrite Team, As a test and to expand self-hosted capabilities even more, i was thinking of understanding and testing how to deploy a multi-region instanc...
- Function's Static IP
Is it possible to have static. IP Address instead of Dynamic IP for getting the IP Address whitelist
- How to use dart workspaces to deploy a f...
Hello, I'm developing a Flutter application and I would like to leverage dart pub workspaces to deploy a function with a dart runtime as advertised here : http...