ponguta_
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
- Send Email Verification With REST
I am using REST to create a user on the server side after receiving form data from the client. After the account is successfully created i wanted to send the v...
- Use different email hosts for different ...
Hello, I have 2 projects and i want to be able to set up email templates in the projects. Both projects will have different email host configurations. I see ...
- 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...