ctessier / nova-advanced-image-field

🌄 📐 A Laravel Nova advanced image field with cropping and resizing using Vue Advanced Cropper and Intervention Image
https://novapackages.com/packages/ctessier/nova-advanced-image-field
MIT License
100 stars 26 forks source link

Nothing showing in nova #93

Closed Waterdhavian closed 1 year ago

Waterdhavian commented 1 year ago

When i seed my database with an example image path the file does show in the detail view. But when i click on edit to change the entry with my image nothing shows in the editor Same when creating a new entry

It does show this in the source: <div class="space-y-4"><!----><!----><dropzone files="" rounded="false" accepted-types="image/*" dusk="image-delete-link" input-dusk="image"></dropzone></div>

image

Running nova 4 with php8.0

Waterdhavian commented 1 year ago

running composer update fixed it, both laravel and nova had small updates so i guess that is where it went wrong somewhere.

So if you have the same issue, this fixed it for me.