Flutter Developer
After upgrading to 1.9.6 i noticed that i cannot search for new repositories when trying to add new functions.
I removed the existing github connection via Settings -> Git configuration.
After that I tried to add the connection again. I can confirm the installation on github and get redirected to:
/v1/vcs/github/callback?code.... with a 500 error.
Looking at the appwrite log i can see the following:
appwrite | http.request · 5.3ms · 6391691e
appwrite |
appwrite | level error
appwrite | http.method GET
appwrite | http.path /v1/vcs/github/callback
appwrite | http.response.code 500
appwrite |
appwrite | Ahc\Jwt\JWTException: Signing key cannot be empty
appwrite | at /usr/src/code/vendor/adhocore/jwt/src/ValidatesJWT.php:34
appwrite | at /usr/src/code/vendor/adhocore/jwt/src/JWT.php:89
appwrite | at /usr/src/code/vendor/utopia-php/vcs/src/VCS/Adapter/Git/GitHub.php:634
appwrite | at /usr/src/code/vendor/utopia-php/vcs/src/VCS/Adapter/Git/GitHub.php:75
appwrite | ... 7 more