Hello team, I started experiencing a weird bug yesterday.
If I add multiple new items to a collection on the same day, it doesn’t show up in my app when I fetch that collection. Only one item of that day is displayed.
Unless I delete the first item, the next one I added in the same day doesn’t show up. It’s so weird and I haven’t experienced this before.
It’s a live app so it’s not like I changed any thing that could affect it
Recommended threads
- Cannot use createdBefore query on bulk d...
sdk: dart version: 19.2.1 ```final timestamp = DateTime.timestamp() .subtract(const Duration(days: 1)) .toIso8601String(); await databas...
- Unable to create records with other user...
are we able to create records in collections with permissions of different user than the caller of this request? (with document security on) I have backend func...
- New attribute stuck on processing?
I was running out of disk space and after creating an attribute and restarting my appwrite (self hosted) I have an attribute stuck on creation. Any way to remov...