Rank 3: Container
Hi everyone,
I've some problems when I'm trying to start Appwrite in my own environment. I'm always getting the same error as below and don't know were would be the problem. The Redis is running and reachable also for the Appwrite containers. Is there any option to get some more info, ie. to get some additional debug logs?
Fatal error: Uncaught Swoole\Error: API must be called in the coroutine in /usr/src/code/app/init.php:709
Stack trace:
#0 /usr/src/code/app/init.php(709): Redis->pconnect('appwrite-redis-...', 6379)
#1 /usr/src/code/app/init.php(748): {closure}()
#2 /usr/src/code/vendor/utopia-php/pools/src/Pools/Pool.php(189): {closure}()
#3 /usr/src/code/app/cli.php(36): Utopia\Pools\Pool->pop()
#4 /usr/src/code/vendor/utopia-php/cli/src/CLI/CLI.php(173): {closure}(Object(Utopia\Pools\Group))
#5 /usr/src/code/vendor/utopia-php/cli/src/CLI/CLI.php(193): Utopia\CLI\CLI->getResource('cache')
#6 /usr/src/code/vendor/utopia-php/cli/src/CLI/CLI.php(173): Utopia\CLI\CLI->getResources(Array)
#7 /usr/src/code/vendor/utopia-php/cli/src/CLI/CLI.php(296): Utopia\CLI\CLI->getResource('dbForConsole')
#8 /usr/src/code/vendor/utopia-php/cli/src/CLI/CLI.php(320): Utopia\CLI\CLI->getParams(Object(Utopia\CLI\Task))
#9 /usr/src/code/app/cli.php(211): Utopia\CLI\CLI->run()
#10 {main}
thrown in /usr/src/code/app/init.php on line 709