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
- updateSession not working anymore
Was something changed recently on Cloud since updateSession is no longer working and I get 400 when calling it, with following error: ``` { "message": "The...
- AppwriteException: Invalid document stru...
``` await tablesDB.createRow({ databaseId: '***', tableId: '***', rowId: user.$id, data }); ``` ...
- @napi-rs/canvas in Cloud Function
Has anyone tried rendering images using [@napi-rs/canvas](https://www.npmjs.com/package/@napi-rs/canvas) in Appwrite Functions? I've got a Bun runtime setup for...