Are you using our SaaS platform (Baserow.io) or self-hosting Baserow?
SaaS
What do you need help with?
Getting the below error in one of my tables. Other tables in the db work fine, but this error doesn’t allow me access or work on this table at all. I tried from different browsers but the error persists. I’m on the cloud version
Not sure what the next steps here are or any ETA for a fix, it’s very unclear
“Something went wrong while loading the page. Our developers have been notified of the issue. Please try to refresh or return to the dashboard.”
Please attach screenshots or videos if they help illustrate your question.
Hey @christos can you share workspace/db/table id?
Do you have AI/formula fields on that table?
@Przemek I managed to resolve the issue, after I changed the formula of the reference field. The formula was referring to file field and I was getting the first file through index(0). It is shown fine on that table but if you reference to that field from another table, that another table breaks. It can only be an array when it references to a file field according to my understanding