i have self hosted appwrite, I have appwrite.json, adding permissions [] to the collections then I try appwrite push command. but it does not update on the remote server.
What is you appwrite and cli version? Have you trying with other change? just to check if is only permissions or something else too
appwrite 1.6.0 and cli 6.1.0
if I push new attributes or collections it will work
while doing this, other like changing fields also failed to do so
I can confirm, now cannot make any changes from local to remote via appwrite cli
do you have any log in the console? docker compose logs appwrite
seem nothing
Recommended threads
- Self hosted project based backup
Is there a native way to perform a project-level backup in a self-hosted instance, instead of backing up the entire Docker instance? If not, I would like to off...
- Weird permission failure
when creating an account I use following methods: ``` Future<void> register(String email, String password, String username) async { final user = await accoun...
- Paused project can't activate
I have failed to reactivate one my projects which had been paused