When I use the appwrite CLI to create an appwrite.json with appwrite pull collections --all --force, I get indices that look like this:
{
"key": "obj_types",
"type": "key",
"status": "available",
"attributes": [
"obj_types"
],
"orders": [
null
]
},
The problem here is the "orders": [null], this is invalid and causes appwrite push collections --all --force to quit with an error. It should be "orders": [].
Recommended threads
- Update from 1.8 to 1.8.1 failing
I have spent the past 2 hours trying to figure this out but I really dont know what to do. 1.8. was a fresh install because the upgrade from 1.7.4 was a total m...
- Realtime not working for some tables
Hi, I've got an issue where I can setup a realtime connection to listen to some tables, but some not all. I have two tables `history` and `users`. Both can be ...
- Broken Appwrite can’t make functions nor...
Hii guys, I was having this issue with my locally hosted Appwrite, I can’t create functions ( both template and manual), I can’t make a custom domain ( like in ...