otikOriginal post
Rank 3: Container
When I try to update a document using node-appwrite with my api key. It says that i cannot create a document with the same ID. Maybe it things that i want to create a document with that ID, but i only want to update it. Could you please help me?
I am on cloud, I have the latest node-appwrite package (13.0.0)
Summary
Developers encountering an issue with node-appwrite where they can't update a document without it being mistaken for a new one due to the same ID. Make sure the update process is correctly performed to avoid the error.