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
- Bug Report: type generation for enum of ...
### 👟 Reproduction steps in the enum element value, instead of English, use another language (Khmer), in my case Khmer text. ``` export enum ProvinceType { ...
- Github Repos are not appearing on sites ...
Hi, Has anyone had recent issues with sites feature where github repos are not appearing? I even tried unliking and giving it a shot! It does not even show up, ...
- Invalid document structure: Unknown attr...
Hello. I have self hosted instance running on my server and has valid endpoint and most of things are working as should. Installation is fresh install of versio...