When I select dataclass in Data explorer, I don’t see a list
Records are being created in the Data class
Why?
i don’t see a dataclass hilighted in your screenshot.
Hello all!
Can you try clearing up the cache of this tab and recheck if it still occurs?
Click on the dataclass on the left to add a tab on top
But I don’t see any data
I also cleared the cache
Hey caos,
Sorry for this inconvenience. you need to delete the cache and / or localStorage.
To delete or clear localStorage
directly in a web browser, you can use the browser’s Developer Tools. Here are the steps for different browsers:
Google Chrome
- Open Developer Tools:
- Press
F12
orCtrl+Shift+I
(Windows/Linux) orCmd+Opt+I
(Mac) to open Developer Tools.
- Navigate to the “Application” Tab:
- Click on the “Application” tab in the Developer Tools panel.
- Select “Local Storage”:
- In the left-hand menu, expand the “Storage” section and select “Local Storage”.
- You will see the domains from which data is stored. Select the appropriate domain.
- Clear Local Storage:
- To clear all local storage data for the domain, right-click on the domain and select “Clear” or click the “Clear All” button at the top.
- To remove a specific item, select it and press the
Delete
key on your keyboard.
Mozilla Firefox
- Open Developer Tools:
- Press
F12
orCtrl+Shift+I
(Windows/Linux) orCmd+Opt+I
(Mac) to open Developer Tools.
- Navigate to the “Storage” Tab:
- Click on the “Storage” tab in the Developer Tools panel.
- Select “Local Storage”:
- In the left-hand menu, expand the “Local Storage” section and select the appropriate domain.
- Clear Local Storage:
- To clear all local storage data for the domain, right-click on the domain and select “Delete All” or click the “Delete All” button at the top.
- To remove a specific item, select it and press the
Delete
key on your keyboard.
I tried it
Improved
Thanks
I would like to know the cause
I’m using Chrome browser