mohamedsabil83 / filament-forms-tinyeditor

A TinyMce Editor component for filament
MIT License
164 stars 37 forks source link

Error when displaying image on s3 disk #93

Closed orebarranco closed 9 months ago

orebarranco commented 10 months ago

What happened?

Hello, the error is the following: When an image is uploaded to the s3 disk, it is displayed perfectly while it is in the window. But, once the record is saved and the window is refreshed, the image does not appear.

image

How to reproduce the bug

This is the code in the Filamenphp Resource

image

And that in console

image

Any help?

Package Version

1.7.5

PHP Version

8.1.10

Laravel Version

9.48.0

Which operating systems does with happen with?

No response

Notes

I am using filamentphp v2

mohamedsabil83 commented 10 months ago

Sorry, I didn't use the S3 disk, so I'm afraid I can't help you. Can you check the saved path and turn the relativeURLs and/or convertURLs to off? they are both true by default.

mohamedsabil83 commented 9 months ago

Due to no response, I'll close it for now. Don't hesitate to re-open it.