maxeckel / livewire-editorjs

This Package aims for an easy integration of Editor.JS with Laravel Livewire
MIT License
149 stars 21 forks source link

S3 support for image uploads? #46

Open dgillier opened 8 months ago

dgillier commented 8 months ago

Hello,

I'm trying to save image to s3. I changed the config files as:

    // Defines on which disk images, uploaded through the editor, should be stored.
    'default_img_upload_disk' => 's3',

    // Defines on which disk images, downloaded by pasting an image url into the editor, should be stored.
    'default_img_download_disk' => 's3',

But when I'm trying to upload, nothing is happening, no js error and no php errors, just the loading turning… Screenshot 2024-02-09 at 09 01 20

Any ideas ? Thanks, Denis

dgillier commented 8 months ago

Files are correctly stored on S3, despite the infinite loop…