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
- User Blocked - False Positive
Today I tried to log in to my cloud console and it said the user is blocked and I didn't even receive any email regarding this like what kind of violation is my...
- Websocket error Realtime
Hi peeps, I am trying to create realtime updates and I am having websocket error Code is below this msg
- is `account.get()` safe to be used in th...
I want to user's `id` for authentication. However, a while ago I was told in this server not to use `account.get()` and instead add user preferences for that us...