Tenancy Create Category

I get this error, I don't really know why...
No description
4 Replies
N. Jacobsen
N. JacobsenOP2y ago
It should automatically bind to orginazation_id under the category but it does not.
Filament
Filament2y ago
We need more information to help you debug your problem. Please click on the top left 'SHARE' button of the error page you're seeing and share the link with us.
N. Jacobsen
N. JacobsenOP2y ago
Flare
Filament\Resources\Pages\CreateRecord::associateRecordWithTenant(): Return value must be of type Illuminate\Database\Eloquent\Model, bool returned - The error occurred at http://localhost/app/dwa/categories/create
Aaron Lawrence
Have you configured tenancy correctly? It's getting returned as boolean when it should return a model instance. It is possible due to how you have done your relationship from the User to the Team models. If i had to guess.

Did you find this page helpful?