Open devx opened 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
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.
Any news how to fix this yet?
Waiting this pull request to be merge https://github.com/thombuchi/ghost-google-cloud-storage/pull/16
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
If you have any pointers as to where to start looking or if you need additional details please let me know.