thombuchi / ghost-google-cloud-storage

A simple plugin to add Google Cloud Storage support for Ghost Blog
MIT License
43 stars 38 forks source link

Uploads does not return a valid url #14

Open devx opened 6 years ago

devx commented 6 years ago

When the ghost google cloud storage module is enabled and you upload an image it fails to return a valid url the url that is displayed looks like https://example.com/2018/02undefined

Storage module config

  "storage": {
    "active": "gcloud",
    "gcloud": {
        "projectId": "my-project-id",
        "key": "./location/to/key.json",
        "bucket": "example.com",
        "assetDomain": "example.com",
        "insecure": false,
        "maxAge": "2678400"
    }
  },

If you have any pointers as to where to start looking or if you need additional details please let me know.

Uysim commented 6 years ago

Any news how to fix this yet?

Uysim commented 6 years ago

Waiting this pull request to be merge https://github.com/thombuchi/ghost-google-cloud-storage/pull/16