I had been using the GitHub integration to deploy my functions, but since updating to 1.4.5, my list of repos was no longer appearing. I tried removing the GitHub integration and linking it again but now I'm constantly getting Error 500 - Signing key cannot be empty when being returned to Appwrite after allowing access on GitHub
The upgrade probably messed up your the env var in your .env file. The best thing to do is to make the value 1 line by replacing the newlines with \n
That seemed to have worked, thank you!
[SOLVED] GitHub integration stopped working after 1.4.5
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?