shimmyOriginal post
Rank 2: Process
I’m hitting an issue with Appwrite CLI (v9.0.2, Cloud).
After appwrite pull tables, it strips relatedCollectionId from appwrite.json.
Then on appwrite push tables I get:.
Example field I tried:
Plain text
"key": "actor", "type": "relationship", "relatedTablesId": "profiles", "required": false, "array": false, "relationType": "oneToMany", "twoWay": false, "onDelete": "setNull", "side": "parent"}```
Tried both relatedCollectionId and relatedTablesId, but push still fails.Any known fix or workaround?Summary
Issue with Appwrite CLI push tables failing due to relatedCollectionId being stripped after using appwrite pull tables. The provided example field is not working. No known fix or workaround at this time.