Are you using our SaaS platform (Baserow.io) or self-hosting Baserow?
SaaS
What are the exact steps to reproduce this issue?
Self-hosted 1.34.2 Docker version 28.3.2, build 578ccf6
For my books database, I have an app that I want to link between tables. Books are connected to series, authors, narrators, and series are connected to all of those tables. This issue is happening with both the series and books details pages.
There are no error messages with this sequence of components (adding them in 1 by 1):
-Repeater of list of books in the series (this uses the books table data source)
-Repeater of authors linked to the series (series local baserow), functions properly
-Duplicate authors and keep it the exact same
The error message happens when I change the duplicate to narrators, even if it works properly; error message also pops up with a non-linking repeater.
It just gives a very generic error about the data source.
I figured out what it was related to, although not the actual CAUSE of it:
The repeater/table was in a 3 column component.
If it was in the left column - no error. if it was in the middle or right column - error.
I turned it into 2 columns and it’s no longer giving me an issue.
I think it must be a bug that has to do with how columns are turned into stacks on mobile. It didn’t impact functionality at all (the data was still being displayed properly, and the linking worked); it was just a popup saying there was an error.
Don’t you have more details if you unfold the details part of the error message? Could you still send us a small screenshot of this message? And ideally a screenshot of your application to help us figuring out what could happen?