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
- Usage of the new Client() and dealing wi...
Hey guys, just a quick one - we had some web traffic the other day and it ended up bombing out - To put in perspective of how the app works, we have a Nuxt Ap...
- [Beginner] CLI --queries Syntax Error & ...
Hi everyone! I am a beginner with Appwrite and trying to use the CLI, but I'm stuck with a syntax error. Any guidance would be greatly appreciated! 🙏 **Enviro...
- Increase by operators
I see appwrite have bunch of useful operators for querieng db. One more I would like to suggest is operators like increase the count of a int columns by 1,2.. ...