简体   繁体   中英

Laravel S3 Image upload returning 503 error on FortRabbit

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.

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM