[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
- TablesDB `updateRows` returns `database_...
Hi Appwrite team! I’m seeing a strange issue with TablesDB bulk row updates on a self-hosted Appwrite instance. **Environment** - Appwrite self-hosted `1.9.0` ...
- [SOLVED] Realtime Missing Channels
```js useEffect(() => { let subscription: RealtimeSubscription; async function loadChips() { try { const {rows: chi...
- Functions executed by events does not ap...
Hello, Running self-hosted Appwrite version 1.9.0 (with console 7.8.26). When functions are triggered by an event (eg. databases.\*tables.\*.rows.\*.create) doe...