I've set everything up as per the guide but I keep getting this error when redirecting from GitHub to authenticate:
appwrite | [Error] Timestamp: 2024-09-02T19:20:55+00:00 appwrite | [Error] Method: GET appwrite | [Error] URL: /v1/vcs/github/callback appwrite | [Error] Type: Ahc\Jwt\JWTException appwrite | [Error] Message: Signing key cannot be empty appwrite | [Error] File: /usr/src/code/vendor/adhocore/jwt/src/ValidatesJWT.php appwrite | [Error] Line: 34
Can anyone help please?
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 ...
- Deep Linking & Password reset
I am using react native with expo. I want to implement deep link with the url recived via email. So when clicked the link it opens my app. I havent ever used de...