[SOLVED] Appwrite 1.4.4/ function/Python 3.9/ Error: Message: Signing key cannot be empty
- 0
- Self Hosted
- Functions
appwrite | [Error] Timestamp: 2023-10-01T13:05:58+00:00
appwrite | [Error] Method: POST
appwrite | [Error] URL: /v1/functions/:functionId/executions
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
fresh install of Appwrite DockerCompose using CLI
appwrite deploy function
just the raw code no modifications
Thanks for the help
Appwrite 1.4.3/ function/Python 3.9/ Error: Message: Signing key cannot be empty
same on 1.4.4
excution with GET erro methods is generated POST
Solved _APP_OPENSSL_KEY_V1 was missing in my .env
[SOLVED] Appwrite 1.4.4/ function/Python 3.9/ Error: Message: Signing key cannot be empty
Recommended threads
- Get team fail in appwrite function
I try to get team of a user inside appwrite function, but i get this error: `AppwriteException: User (role: guests) missing scope (teams.read)` If i try on cl...
- Function in Node.JS to monitor events ar...
Hello everyone. I'm creating my first Node.JS function, but I don't have much experience with node and javascript. I'm trying to create a function, that monito...
- Deploy function not working - 503
Hellon i get this error message, when i try to deploy a new version of a function <html><body><h1>503 Service Unavailable</h1>No server is available to handle...