
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
- Function URLs can't be accessed
Howdy all! I'm not too certain if this is an issue with Coolify or with my DNS settings possibly even, so I do have an issue open there as well with probably al...
- 404 page not found
Hi, I'm trying to run Appwrite on a different port (e.g., 7777) because I already use Apache to handle domain-based redirection using ProxyPass. For example, I ...
- Minimum server configuration for develop...
What would be the minimum server configuration needed for development environment apart from the details listed for self-hosting (2 CPU cores and 4GB of RAM, wi...
