Can't export data using ExportAction with Tenant
I'm trying to export data using Filament Export in my Tenant project, but when I try to export data it ends up giving me this error:
The issue is that this relationship is not what I use, the only relationship that exists between these 2 models is that commonarea belongs to companies, but here it tells me that it needs a relationship, I have reviewed a little more and it seems to me that the export migrations when bringing is causing me problems, I made the change to put it as since customer is the user who is logged in and from his panel he can download the excel, but even so the problem is not solved... is there any idea that me give to solve this problem?
The issue is that this relationship is not what I use, the only relationship that exists between these 2 models is that commonarea belongs to companies, but here it tells me that it needs a relationship, I have reviewed a little more and it seems to me that the export migrations when bringing is causing me problems, I made the change to put it as since customer is the user who is logged in and from his panel he can download the excel, but even so the problem is not solved... is there any idea that me give to solve this problem?