Hey Appwrite community! 👋
I'm running into a persistent issue with my self-hosted Appwrite installation (v1.6.1) where programmatically creating attributes for my collections gets stuck in a perpetual "processing" state.
What I've tried:
- Deleting and recreating the collections
- Setting up with a fresh yml file
- Waiting overnight (still processing the next morning)
- Checking logs for all containers (no obvious errors)
My environment:
All containers appear to be running normally according to docker ps. I've checked logs for key services but nothing stands out as problematic.
Here are some relevant logs:
appwrite-worker-databases logs:
[Worker] Worker 0 is ready!
Worker databases started
appwrite-worker-functions logs:
[Worker] Worker 0 is ready!
Worker functions started
appwrite-mariadb logs:
2025-05-14 2:47:57 0 [Note] InnoDB: log sequence number 2455542; transaction id 1059
2025-05-14 2:47:57 0 [Note] InnoDB: Loading buffer pool(s) from /var/lib/mysql/ib_buffer_pool
2025-05-14 2:47:57 0 [Note] Plugin 'FEEDBACK' is disabled.
2025-05-14 2:47:57 0 [Note] Server socket created on IP: '0.0.0.0'.
2025-05-14 2:47:57 0 [Note] Server socket created on IP: '::'.
2025-05-14 2:47:57 0 [Note] mysqld: ready for connections.
Version: '10.11.11-MariaDB-ubu2204' socket: '/run/mysqld/mysqld.sock' port: 3306 mariadb.org binary distribution
2025-05-14 2:47:57 0 [Note] InnoDB: Buffer pool(s) load completed at 250514 2:47:57
The logs appear normal, but the attribute creation is still stuck in processing. I've been struggling with this for two days now and I'm starting to run out of ideas. Has anyone encountered this issue before or have suggestions on what else I could check?
Any help would be greatly appreciated! Thanks in advance! 🙏
How can I troubleshoot this further? I don't know where to look at anymore.
Project ID is 68240164000c2f6e6193
Recommended threads
- Any way to temporarily bypass the email ...
Hey guys, any way to bypass the email verification to use the accounts again? i need to recover some projects that due to recent changes have been stopped, and ...
- How to use Sites on selfhosted appwrite
whenever I try to create a site even with template it says 404 nginx error
- How to send Webhooks to internal network
When saving the URL for sending Webhooks, Appwrite checks if it's a valid external domain name so entering internal IP address or docker hostnames won't save th...