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
- Realtime with multiple connections
I need the Realtime on multiple Collections for diffrent applicational logic. So my question is: Is there a way to have only 1 Websocket connection or do I need...
- Can't login or deploy functions in Appwr...
Hello, since i updatet to the appwrite cli 6.1.0 i can't login or deploy functions with the cli. When i call the command: "appwrite get account --verbose" i ge...
- Create admin user?
I'm not really sure how this is supposed to work, I installed Appwrite through docker-compose and set it up. When I launched the app and went into it, I created...