Open ghoreyshi opened 2 years ago
I also get this error "There was a problem submitting the form" with a Nova 4 resource with multiple images:
Images::make('Images'),
In my case I think it's related to the media conversion:
public function registerMediaConversions(Media $media = null): void
{
$this->addMediaConversion('image')
->width(500)
->height(500);
}
If I remove this code the upload works...
Otherwise the Nova resource AJAX request is returning a 500 empty response:
?viaResource=&viaResourceId=&viaRelationship=&editing=true&editMode=update
I've tried debugging but no errors appearing in logs.
Any ideas?
In my case the issue was GD failing silently. It turns out I needed to increase the PHP memory_limit
for it to work!
What's the issue here?
Hello, I use advance-nova-media-library for upload image but after submite form, show error
![Uploading 2022-06-14 00.02.58.jpg…]()
App\Models\File.php
App\Nova\File.php