You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Spatie Media Library Plugin every thing works fine and I can upload images to s3 bucket but Files are not being loaded when on edit page, the image container remain loading and does not display the image so I can edit it or even change it.
even though the image url is being retrieved and when I press on view image it views the image in another window successfully
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Package
Form builder
Package Version
v4
How can we help you?
In Spatie Media Library Plugin every thing works fine and I can upload images to s3 bucket but Files are not being loaded when on edit page, the image container remain loading and does not display the image so I can edit it or even change it.
even though the image url is being retrieved and when I press on view image it views the image in another window successfully
SpatieMediaLibraryFileUpload::make('image') ->disk('s3') ->collection('images') ->enableDownload() ->enableOpen()
Beta Was this translation helpful? Give feedback.
All reactions