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 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?