0

I'm trying to upload an image of 50kb to AWS S3 using Livewire. As soon as I select the image for upload, a 500 error pops up. I have tried tracking the issue but I have not being successful. Although, I have been able to upload an image from my dev machine to AWS S3 directly, but when the web app is live on ElasticBeanStalk, it produces a 500 Error.

Anybody with an experience with this, please help out.

1
  • 1
    A 500 error is a generic error message and covers pretty much every single thing that can go wrong with a PHP script. Check your server error logs to find out the exact error message. For Laravel, also check in storage/logs. Commented May 29 at 11:45

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.