Image Upload Failing #1315
Unanswered
steffanmouton
asked this question in
Q&A
Replies: 3 comments 1 reply
-
Hi @steffanmouton, your |
Beta Was this translation helpful? Give feedback.
1 reply
-
This will change in the next major release but for now, Twill config is set to S3 out of the box. Is it possible that you have cached configuration? You mentioned clearing the caches, but have you tried: |
Beta Was this translation helpful? Give feedback.
0 replies
-
I ran that and am getting the same error. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there!
I've got a fresh install of Twill 2.5 onto an existing Laravel project. I am following the youtube setup video which worked flawlessly up until I actually uploaded an image. It is giving me an error "Response does not include the base64 encoded policy!"
I've done some googling and tried resetting the caches and used different browsers. I'm at a loss now.
My .env file has the following:
MEDIA_LIBRARY_ENDPOINT=local
MEDIA_LIBRARY_LOCAL_PATH=uploads/
MEDIA_LIBRARY_IMAGE_SERVICE=A17\Twill\Services\MediaLibrary\Glide
MEDIA_LIBRARY_FILESIZE_LIMIT=50
Any assistance would be wonderful!
Thanks!
Stef
Beta Was this translation helpful? Give feedback.
All reactions