I am having difficulties with Creating and listing documents from appwrite database. It doesn't create the document or list the document from the database although I used exact the same code which I used on other project which worked fine. Since collection terminology is changed to tables, I assumed the text "users" as table id. but still, it's not working. But the auth is working fine
TL;DR
Issue: Developers are facing problems with CRUD operations after the new appwrite update. Despite using the same code that worked fine in a previous project, they are unable to create and list documents from the appwrite database using the "users" table ID. However, authentication is functioning properly.
Solution: Make sure to update the code with the new terminology changes. Replace "collection" with "tables" and ensure the correct table ID is being used. Double-check the code for any other potential issues or bugs causing the problem with CRUD operations.