jwt = users.create_jwt(res["userId"])["jwt"]
I got this error 500 after changing environment variables and restarting containers export _APP_DOMAIN=server1.avadesk.ru export _APP_DOMAIN_FUNCTIONS=server1.avadesk.ru export _APP_DOMAIN_TARGET=server1.avadesk.ru export _APP_CONSOLE_WHITELIST_ROOT=enabled export _APP_SYSTEM_SECURITY_EMAIL_ADDRESS=info@platovco.ru export _APP_SYSTEM_EMAIL_ADDRESS=info@platovco.ru export _APP_EMAIL_CERTIFICATES=info@platovco.ru export _APP_STORAGE_LIMIT=150000000 docker compose down && docker compose up -d
There are my logs in docker:
appwrite | [Error] Method: POST appwrite | [Error] URL: /v1/users/:userId/jwts appwrite | [Error] Type: TypeError appwrite | [Error] Message: {closure}(): Argument #2 ($sessionId) must be of ty pe string, null given, called in /usr/src/code/vendor/utopia-php/framework/src/A pp.php on line 614 appwrite | [Error] File: /usr/src/code/app/controllers/api/users.php
Recommended threads
- Error: Trying to install appwrite on sub...
``` [Error] Method: POST appwrite | [Error] URL: /v1/account appwrite | [Error] Type: Appwrite\Extend\Exce...
- JavaScript heap out of memory during bui...
I am running into heap out of memory when I am trying to build an Appwrite site. Usually this can be fixed by modifying the `max-old-space-size` configuration, ...
- client.ping() does not appear to work.
After upgrading to 1.8.0, I ran the `starter_for_flutter` and tested the ping. It failed with a "Server Error". I tried this again on my production instance (1...