Issues creating record with multi-file upload
Hello everyone,
I have created a simple resource including the following
Which uses the
However, when I want to save the resource, I get an
I am getting the following data all the way in the Str class.
The error is being thrown in:
Which is the
And to top off the information regarding the model I have the following setup aside from relations:
Has anybody seen this before?
I have created a simple resource including the following
FileUpload.Which uses the
json type in the database.However, when I want to save the resource, I get an
Array to String conversion error.I am getting the following data all the way in the Str class.
The error is being thrown in:
vendor/filament/filament/src/Resources/Pages/CreateRecord.php:137Which is the
handleRecordCreation method.And to top off the information regarding the model I have the following setup aside from relations:
Has anybody seen this before?