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 domain not available
Hello, even tho in docs you clearly describe that every function has its domain, I can not see it anywhere in any of my projects. How do I reveal the url of th...
- Inquiry: How to Reduce Cold Start Durati...
Hey! I was using Python for the function runtime, but after reading that Go has the fastest runtime, I switched my code over to Go. However, I'm still seeing co...
- After a GET request is passed to functio...
Create execution in the console can normally retrieve the get parameters。WHy?