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
- How to Avoid Double Requests in function...
I'm currently using Appwrite's `functions.createExecution` in my project. I want to avoid double requests when multiple actions (like searching or pagination) a...
- 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...
- Get team fail in appwrite function
I try to get team of a user inside appwrite function, but i get this error: `AppwriteException: User (role: guests) missing scope (teams.read)` If i try on cl...