We're running Ghost on a path (futurestud.io/tutorials) and scheduling posts doesn't work, because the url doesn't get resolved correctly. We defined { url: 'http://futurestud.io/blog' } in our config.js for the base url and handle SSL using nginx.
Ultimately, the post scheduler resolves the base url and scheduling url to
https://futurestud.io/blog/blog/ghost/api/v0.1
instead of
https://futurestud.io/blog/ghost/api/v0.1
See the duplicated /blog/blog in the first url?
Thanks for your help!
0.9 (the first version shipping post scheduling)PUT request from scheduler that should release the post on timeAny other info e.g. Why do you consider this to be a bug? What did you expect to happen instead?
0.10.14.5.0 @marcuspoehls Thank you so much for the detailed bug report. It makes our lives sooooo much easier when we get these! 馃嵃
You caught us seconds before cutting the next release, but as this bug is pretty serious & you've already helped us debug it, we're going to squeeze a fix in. Hang tight!
@ErisDS @kirrg001 Friends, thank you so much!
This was shipped yesterday in 0.11.0, just in case you missed it :)
Roger that! Thanks for letting us know :)
Most helpful comment
@marcuspoehls Thank you so much for the detailed bug report. It makes our lives sooooo much easier when we get these! 馃嵃
You caught us seconds before cutting the next release, but as this bug is pretty serious & you've already helped us debug it, we're going to squeeze a fix in. Hang tight!