4 Replies
It should automatically bind to orginazation_id under the category but it does not.
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.
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
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.