When you look at the list of documents contained in a collection : the first time you choose the collection (on the left side of the screen : you select your collection), then the list of documents that appear has the correct IDS displayed. But if then you decided to select another COLLECTION on the left side of screen, then the documents change, but not the DOCUMENT IDS - it remains the list corresponding to the first collection. If you refresh your page, then it corrects the problem. Has anyone noticed the same pb ? Thanks, Sylvain
Known issue: https://github.com/appwrite/appwrite/issues/6497
Recommended threads
- I recently switched to TablesDb. When li...
olddb.list_documents( queries =[ Query.order_desc("timestamp"), Query.equal("isPosted",[False]) ] ) Above works fine and reruns documents But below don't return...
- Database error validating 'min' and 'max...
I keep seeing an error when I try to add a column to a database table within the AppWrite cloud UI. I also see this error when trying to create or update a reco...
- Synchronous Function Execution Timed Out...
Hi Appwrite team 👋 I’m facing a synchronous function execution timeout issue on Appwrite Cloud and would appreciate some guidance. I executed this function u...