spatie media library not working with s3 images in infolist entry
Hello, my problem is IDK how to print inside infolist an image coming from s3 bucket using the spatie media library package
What suppose to put inside make or how I can do that...
15 Replies
Probably the same settings you are using for the Form?
I'm not using settings in a form. Is a table just for read
If you don't have a form, where is your data coming from then?
the data was loaded previously from other system
I ran sql data and I have the media table generated by spatie media library join to the model configuration
Basically I'm migrating a previous dashboard to another using Filament
I think it should be the name of the media property
so what should to be this media property?
This is the error that I have
Sorry, I am not really sure. I haven't used the package yet.
Please share the error. The message alone doesn't help
I did that
No you shared a screenshot with the message. See the Share link on the top right.
sorry but I can't get it
you mean this https://discord.com/channels/883083792112300104/1167454276252074136
but more directly the value in make() should be the name of the field on the record.
just like in a form or table
Flare
Call to a member function filter() on null - The error occurred at http://pisto-dashboard.test/admin/clients
Add the field name to
make('fieldname')
and see if you still get the error.