I am stuck at installing appwrite. Specifically, the containers dont want to start up. The images are downloaded and ready.
Dockhand is reporting containers still being created even though the installation frontend already reports a failure, so i assume the timeout for the frontend is set too low. I know that a raspberry is not a strong device but given the listed specs, it should at least be able to install the docker containers. Anything i can do?
As a side question, i saw appwrite light, which is something i am also interested in but it seems like its long abandoned (last commit 4 years ago). Is there an alternative? is it still being worked on?
Container 4441b7c04494_appwrite-mariadb Recreate
Container e9f6608ac1b3_appwrite-console Recreate
Container 8e4ea25d08ec_appwrite-browser Recreate
Container 12323b44a146_openruntimes-executor Recreate
Container ae260089088d_appwrite-redis Recreate
Container 4441b7c04494_appwrite-mariadb Recreated
Container appwrite-worker-migrations Stopping
Container ac6a9c3836d0_appwrite-worker-migrations Recreate
Container e9f6608ac1b3_appwrite-console Recreated
Container 12323b44a146_openruntimes-executor Recreated
Container ae260089088d_appwrite-redis Recreated
Container 8e4ea25d08ec_appwrite-browser Recreated
...
Recommended threads
- TOO_MANY_REDIRECTS after temporarily ena...
I am losing my mind over this, I enabled this setting because I was having issues with sites not making links with https. I enabled it, ran into issues, so I di...
- 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...