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

Doesn't work on a hosting #95

Closed Brand3000 closed 1 year ago

Brand3000 commented 1 year ago

Hi! Everything is fine on my local computer. But the plugin doesn't want to work after uploading my finished website to the hosting. When I'm choosing an image, the interface for cropping just doesn't appear. =( Could somebody give me a hint, please?

ctessier commented 1 year ago

Hi @Brand3000

Do you see any error in the console? What version of the package are you using? Make sure you call the ´croppable()' method on your field.

Let me know ;)

Brand3000 commented 1 year ago

No, no errors. The blob request doesn't happen in the console. And unfortunately, while I was digging in the issue, it happened on my local copy as well. =(

ctessier commented 1 year ago

OK You should be a little more specific though...

Which version of Nova? What error do you get, if any? What does you resource class look like? What is your version of PHP?

ctessier commented 1 year ago

See #96