vickychijwani/quill

With Ghost 0.7.9, app crashes on login

Closed this issue · 0 comments

The response to the /configuration endpoint appears to have changed between 0.6.4 and 0.7.9. Note, we're only looking at the fileStorage entry in this entire response.

Old response - array of entries:

{"configuration":[{"key":"fileStorage","value":true},{"key":"apps","value":false},{"key":"version","value":"0.6.3"},{"key":"environment","value":"production"},{"key":"database","value":"sqlite3"},{"key":"mail","value":"SMTP"},{"key":"blogUrl","value":"http://vickychijwani.me"},{"key":"blogTitle","value":"Exploits of a Programmer"},{"key":"routeKeywords","value":"{\"tag\":\"tag\",\"author\":\"author\",\"page\":\"page\",\"preview\":\"p\",\"private\":\"private\"}"}]}

New response - dictionary style:

{"configuration":[{"fileStorage":{"value":true,"type":"bool"},"useGoogleFonts":{"value":true,"type":"bool"},"useGravatar":{"value":true,"type":"bool"},"publicAPI":{"value":false,"type":"bool"},"blogUrl":{"value":"http://localhost:2368","type":"string"},"blogTitle":{"value":"Finding The Way Home","type":"string"},"routeKeywords":{"value":"{\"tag\":\"tag\",\"author\":\"author\",\"page\":\"page\",\"preview\":\"p\",\"private\":\"private\"}","type":"json"}}]}