Hello, I am new and not proficient in Appwrite. My issue is that I have created attributes for my database collections, and they have been properly validated, but I am receiving a message that says "Processing." What can I do?
Daily maintenance, so you will need to wait a while
Great, thank you, it's working again.
Recommended threads
- Substring lookup for array elements
Hello, Is substring look up possible for array of strings? ```js Query.contains('product_names', [chair]), ``` this only works if I have the exact item name. `...
- Hey everyone! I'm trying to self-host th...
Hey everyone! I'm trying to self-host the latest Appwrite version (1.8.1) on Coolify. Which docker-compose.yml file should I use from their repo? Can someone he...
- Weird Query Error
In next js I am getting this error in the image ```js queries: [ Query.equal('title', TitleId), Query.limit(10) ] ``` am I doing something...