The model [AppModelsTeam] does not have a relationship named [taxonomies]. You can change the relationship being used by setting it as the [$tenantRelationshipName] static property on the [AppFilamentAdminResourcesTaxonomyResource] resource class.
I am facing this error. But there is no relationship between Taxonomy
and Team
Table. Taxonomy
is related to User
table by created_by
field and User
is related to Team
by current_team_id
field.