@Fox The first place I noticed the problem was when I added a visual to the interface. I added a text link to the interface from the 'textlink' section in the open blocks and inserted an image into it. My aim was to have no text inside and only redirect to a link when the image is clicked. However, no matter how much I removed the predefined "New Link" text, whenever I made an addition or deletion to the interface, it would reappear. To solve this issue, I set the font-size of the text link to 0 using CSS, which prevented the "New Link" text from appearing. The problem I'm talking about is probably similar to what I experienced with the text link. The default values assigned by the system, even if you change them, revert back to the values defined by the system when something new is added to the interface or when a setting is changed (for example, background color or deleting a button). Currently, to overcome this issue, I am constantly keeping a backup of the HTML. Whenever I make a new change, I copy the content from the backup, and this is how I'm trying to deal with it, but it's clear there is a problem. Hopefully, it will be resolved soon.
v25.3.0 Bug: Data Manager in Database shows correct total number of items, but empty items
-
Hi,
I found a bug on the databases of v25.3.0.
When the data in the database is more than 98 entries, the data manager shows the correct total number of items, but all the entries are empty.
The database manager also crashes if you then try to refresh the data.This is using a remote connection to mongodb by the way.
For example, here is a screenshot of what is happening:
There are 106 entries and the data manager correctly identifies that total. But then there are 106 empty lines.
If I try to edit an entry or refresh the data, the data manager crashes.
If I then delete 8 entries in my mongodb database, all the entries show up in the data manager and it works perfectlyCan you please fix this?

-
@js654 said in v25.3.0 Bug: Data Manager in Database shows correct total number of items, but empty items:
Hi,
I found a bug on the databases of v25.3.0.
When the data in the database is more than 98 entries, the data manager shows the correct total number of items, but all the entries are empty.
The database manager also crashes if you then try to refresh the data.This is using a remote connection to mongodb by the way.
For example, here is a screenshot of what is happening:
There are 106 entries and the data manager correctly identifies that total. But then there are 106 empty lines.
If I try to edit an entry or refresh the data, the data manager crashes.
If I then delete 8 entries in my mongodb database, all the entries show up in the data manager and it works perfectlyCan you please fix this?
This problem was found a long time ago, it can only be solved by updating mongodb. But since this is only a problem of displaying data in the data manager (getting data in the script is performed correctly), then this task has a priority lower than the current tasks.