emilianotisato / nova-tinymce

Laravel Nova TinyMCE editor (with images upload capabilities!)
MIT License
116 stars 38 forks source link

Invalid Upload Request with LFM and S3 #41

Closed abishekrsrikaanth closed 3 years ago

abishekrsrikaanth commented 4 years ago

Can't get this to work with LFM and S3 storage. I always get an error Invalid upload request

emilianotisato commented 4 years ago

That seems link an Amazon configuration issue. Can you confirm you can upload from a regular controller?

On Mon, Aug 31, 2020, 9:09 AM Abishek R Srikaanth notifications@github.com wrote:

Can't get this to work with LFM and S3 storage. I always get an error Invalid upload request

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/emilianotisato/nova-tinymce/issues/41, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEN4C564SYOCR4HIJEYWZZTSDOVJTANCNFSM4QQR47HA .

abishekrsrikaanth commented 4 years ago

I actually submitted a PR (https://github.com/UniSharp/laravel-filemanager/pull/982) to the laravel-filemanager to fix this issue. This will actually close a few other S3 issues on the laravel-filemanager repository that other users are facing.

emilianotisato commented 3 years ago

Closing this as is irrelevant to this repo