[SOLVED] Appwrite 1.4.4/ function/Python 3.9/ Error: Message: Signing key cannot be empty
- 0
- Resolved
- 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
- Production down - createExecution return...
Hey, Since 1.9.6 rollout in fra (~17:00 UTC, 14 Aug), POST /v1/functions/{functionId}/executions returns a 400 whenever the body includes an empty headers ob...
- CreateRow is doing ListRows on self-host...
### setup ``` appwrite 1.9.5 self-hosted bun 1.3 node-appwrite 27.1.0 ``` ### issue Im running a function on a self hosted 1.9.5 with "node-appwrite": "^27.1.0...
- Local function execution results in HTTP...
Hi all, I'm trying to develop a new function on my Ubuntu 24.04 machine running the latest version of docker. I've read through the documentation to install and...