cobyism / ghost-on-heroku

One-button Heroku deploy for the Ghost blogging platform.
MIT License
743 stars 686 forks source link

[Solved] Ghost blog + Bucketeer = Invalid Status Code:0 #111

Closed mrneilypops closed 7 years ago

mrneilypops commented 7 years ago

Hi, When I try and upload an image in Ghost v.0.11.10 using Bucketeer I get the error; Invalid Status Code:0 I am able to manually upload to the S3 instance using aws-cli.

Any tips most welcome. Neil

screenshot from 2017-07-10 16-16-15

neiljune@neiljune-desktop:~$ aws s3 ls s3://bucketeer-a767f5ea-eed5-448f-8907-45d1f1d85928 PRE public/ neiljune@neiljune-desktop:~$ curl https://bucketeer-a767f5ea-eed5-448f-8907-45d1f1d85928.s3.amazonaws.com/public/hello.html

hello, world

neiljune@neiljune-desktop:~$ https://bucketeer-a767f5ea-eed5-448f-8907-45d1f1d85928.s3.amazonaws.com/public/ bash: https://bucketeer-a767f5ea-eed5-448f-8907-45d1f1d85928.s3.amazonaws.com/public/: No such file or directory neiljune@neiljune-desktop:~$ aws s3 ls s3://bucketeer-a767f5ea-eed5-448f-8907-45d1f1d85928 PRE public/ neiljune@neiljune-desktop:~$ aws s3 ls s3://bucketeer-a767f5ea-eed5-448f-8907-45d1f1d85928/public/ 2017-07-10 18:29:28 22 hello.html neiljune@neiljune-desktop:~$

mrneilypops commented 7 years ago

This is the solution for Ghost v.0.11 https://github.com/cobyism/ghost-on-heroku/issues/83

holic commented 7 years ago

Glad you found a solution!