athira
September 26, 2019, 7:31am
1
Installed ghost from the latest source and followed this Ghost Docs for setup.
Ghost blog page loads fine but when I try try to access the admin page ie the ‘/admin’ it doesn’t load and shows only the spinner and in the browser it shows the transition was aborted for "/ghost/api/canary/admin/site/ " and “host/api/canary/admin/users/me/?include=roles”
Could someone help me with this?
Hi there @athira . Sorry to hear you’re having trouble with the install. Could you tell us your current setup and the browser you’re using? Thanks
athira
September 26, 2019, 5:14pm
3
I am using the chrome browser and exactly followed the instructions in the above link(install from source)
screenshot of the output
Thanks for sharing that, this leads me to believe that Ghost isn’t installed right. Have you tried running the command ghost doctor
on the server to see what the logs show?
athira
September 30, 2019, 11:49am
5
I was trying to install ghost as a subdirectory and the ghost doctor runs fine… Will there be any issue when installed as subdirectory?
Oh I see, is there a reason for the subdirectory? There’s a discussion here on subdirectory installs that should be more help to you:
Hi there,
Is there a reason you aren’t using Ghost-CLI? It would sort this configuration out for you automatically.
The tutorial you followed doesn’t have the trailing slash for the location match.
In the templates used by Ghost-CLI (which you can find in the repo via the cli docs the location is specified exactly rather than using the caret-tilde match:
location /blog/ {
// config here
}
Not 100% sure if this is the cause though - it could be some other part of the file is causing a con…
athira
September 30, 2019, 12:29pm
7
I am working on mac-os and I assume ghost-cli is for linux… rest of the page loads only the ghost admin page i am not able to set it up
The Ghost CLI works on macOS too
athira
September 30, 2019, 2:18pm
9
I am running into a new issue with the above doc.
When i ran the ghost start I am getting the following error
ER_BAD_FIELD_ERROR: Unknown column ‘canonical_url’ in ‘field list’
Help: Error occurred while executing the following migration: 2-create-fixtures.js
This appears to be a duplicate of the issue reported here:
I was following the instructions in ghost as install from source and When I try to run Yarn setup getting the following error:
ERROR insert into posts ( author_id , canonical_url , codeinjection_foot , codeinjection_head …
ER_BAD_FIELD_ERROR: Unknown column ‘canonical_url’ in ‘field list’
{“config”:{“transaction”:true},“name”:“2-create-fixtures.js”}
“Error occurred while executing the following migration: 2-create-fixtures.js”
Error ID:
300
Error Code:
ER_BAD_FIELD_ERROR
Can someo…
Please refrain from posting duplicates. Please continue in the linked thread