Here is an image of the cloud and the attributes that should exist Some of the table do have the data but others dont. I am able to access the rows via api calls. cc: @Meldiron
I have the same issue!
Same issue here
Let's first figure out if it's Console, or API issue. What do you see when you switch to "Columns" tab? Is that table showing empty too?
aaactually nevermind, I have same in one of my proejcts. Ill debug from there 🔎
Looks like API bug, investigating further.
Data is safe ✅ Your app likely can see and manipulate data too without issue, Problem seems to be on Server SDK used in Console
floating-ui.utils.mjs:34 Uncaught (in promise) TypeError: e.split is not a function at ve (floating-ui.utils.mjs:34:20) at Ie (floating-ui.utils.mjs:46:37) at Zn (floating-ui.core.mjs:9:20) at mo (floating-ui.core.mjs:84:7) at async x (Tooltip.svelte:48:15)
return placement.split('-')[0];
}```
Yall get this as an error in the console?
Not for me. Which path?
For me, when I made an API call of list_documents, I can see all my rows, so as you said, data is safe. But I still have an issue of finding my docs in my app using react
I'm not getting the error anymore
Nice insight! ✨ What method do you use to find in your app? listRows?
getting a new error on client side in my built app i think listDocument/getdocument are working but in the simulation of expo go its not.
I used listDocuments also, and now it works fine, whereas I didn't do anything 😅
Looks like it's working
We have rolled back to previous version, and this should be resolved now ✅
We will be looking into approperiate fix soon, and re-attempt release once ready. We will also QA this specifically on both staging and production, to prevent this from occurring.
I also just finished cleaning the cache, so all fixes should be instant.
Resolved
Recommended threads
- Auth not working on expo react native
I'm trying to launch a development server with expo go and appwrite as a backend. On my windows pc, I've got a local docker instance of appwrite running as my b...
- createMembership is not sending email wi...
Parameters should be correct. Account and Membership are successfully created. I have a next.js project with localhost origin allowed. I checked spam etc. i...
- Bulk delete failed with 401
- I created a transaction to bulk delete rows in a table has `done` equal `true` follow documentation. But when run, it returns 401 unauthorized error as screen...