Hello, I have a problem after updating appwrite to 1.5.3. My github is not connecting, even if I go to configure on settings I will get an error on the github callback.
Anyone knows how to fix this?
logs:
TypeScript
[Error] File: /usr/src/code/vendor/utopia-php/framework/src/App.php
[Error] Line: 765
[Error] Timestamp: 2024-03-13T16:36:52+00:00
[Error] Method: GET
[Error] URL: /v1/vcs/github/installations/:installationId/providerRepositories
[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
TL;DR
Github functions not appearing after updating to `1.5.3`. Error with Github callback due to a signing key issue. Solution: Check and update signing key in Github settings.Recommended threads
- Self hosted project based backup
Is there a native way to perform a project-level backup in a self-hosted instance, instead of backing up the entire Docker instance? If not, I would like to off...
- 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...