I am running a self-hosted Appwrite with Coolify. Everything is running smoothly so far and I wanted to starte develop functions. Trying to connect github with this doc:https://appwrite.io/docs/advanced/self-hosting/functions and this tutorial: https://www.youtube.com/watch?v=GFoxpT_RQj4&t=979s
I added the timestamp to which step I can't follow without failing. After clicking "Install & Authorize" I am getting redirected to https://<mydomain>/v1/vcs/github/callback?code= ....... but I am getting Error 500 Server Error general_unknown
Appwrite Console is showing:
[Error] URL: /v1/vcs/github/callback
[Error] Type: Ahc\Jwt\JWTException
[Error] Message: Signing key cannot be empty
[Error] File: /usr/src/code/vendor/adhocore/jwt/src/ValidatesJWT.php
[Error] Line: 34```
So what signing key am I missing?
Recommended threads
- Function deployment failed: Unable to re...
Hi Appwrite team, I have been experiencing persistent errors when i attempt to push my appwrite functions. The logs on the deployment detail page on the console...
- Github connection error - Self Hosted Ap...
I am trying to connect my github account to deploy a project to sites, but Connect to Gtihub button is disabled. I have configured all Env variables needed for...
- "Domain verification failed"
"Domain verification failed" I was install Appwrite in my VDS server. I using Coolify for install Appwrite. After install complete, i want add my domain, and i ...