779ca635c750 appwrite/appwrite:1.4.13 "schedule" 4 minutes ago Restarting (0) 10 seconds ago appwrite-schedule 0f2d94e36dbb appwrite/appwrite:1.4.13 "usage" 4 minutes ago Restarting (255) 10 seconds ago appwrite-usage
these two images are stuck in a restart loop.
Logs for appwrite-schedule: Appwrite Scheduler v1 has started Collection "schedules" not found
Logs for appwrite-usage: Fatal error: Uncaught TypeError: Utopia\Pools\Group::get(): Argument #1 ($name) must be of type string, null given, called in /usr/src/code/app/cli.php on line 110 and defined in /usr/src/code/vendor/utopia-php/pools/src/Pools/Group.php:28
hmm let me try to reproduce
works fine for me...
Did you have a previous appwrite instance installed?
I did, but I eventually removed all those images and started fresh. Nothing changed, I tried a few times for a few different versions too
Is there something else I need to do to get a fresh install? I only removed the appwrite images
Recommended threads
- I'm getting an error on the console "j?....
On my self hosted instance version 1.8.1 the console is giving me this error when trying to view the rows for a table I recently created. My application is read...
- local build `composer installer:dev` iss...
setup - dev container (default linux universal) WSL (test with gh codespace too) - php 8.5.7 - all extensions installed - `composer install` fine - `composer...
- Function global variables
when i create a top-level global variable in go or bun how will it behave? is the heap getting renewed on every execution or could i do some kind of temp. cachi...