I have an existing appwrite project created using the web platform. I want appwrite.json collections to be updated. I've tried running appwrite init collection it says success but no change in appwrite.json
make sure you're connecting to the right appwrite instance and project
I am it's even prompting for me to select one of the db on my project
are you sure there's no change in the appwrite.json? did you scroll through all of it?
I mean it's not even long, it only has the projectId and projectName. Nothing else
what version of the Appwrite CLI are you using?
The latest one, I've just installed it
would you please try version 4.2.1?
oh wait...did you actually select your DB before pressing enter?
yes, it said success
Still no change
Please share a screenshot right before you press enter
Recommended threads
- Project paused?
Hello, I have two Appwrite projects and I can not resume them for some reason. I'm using the free plan, and I saw in the pricing page that 2 free projects are a...
- Help
- Python TablesDB Rework
Hi, i starting to rework some older functions to TablesDB list_rows Method. I used list_documents with a resultset with worked fine. Now i tried to get all rows...