Reputation: 8105
Using Laravel and its storage facade to assist with image uploads on my website.
I currently have it set up and working fine using dropzone.js and uploading to my s3 bucket.
However, when pushing it to FortRabbit the image uploads receive a 503 error. I can delete resources from s3 however.
This is the response as previewed in the network tab:
I have contacted FortRabbit but seems nothing on their end is broken. Just odd it works locally and not on there.
Bit stuck on where to go / debug this one.
Upvotes: 0
Views: 323
Reputation: 2325
To further investigate what's going on, one can look in the logs for errors like so:
ssh {{ssh-user}}@log.{{region}}.frbit.com tail
Sorry, this is not a good question for Stack Overflow. It's too specific.
Upvotes: 0