If you’re looking for some help, it’s important to provide as much context as possible so that people are able to assist you. Try to always mention:
- What’s your URL? Local
- What version of Ghost are you using? 3.28.0
- What configuration? development
- What browser? Chrome
- What errors or information do you see in the console? No Error
- What steps could someone else take to reproduce the issue you’re having?
- run version 3.28.0
- update to latest version using
ghost update
- run
npm install -g ghost-cli@latest
because terminal says so
-
reload the website and get dreaded ‘This site can’t be reached’ message
Image 2020-12-23 at 9.21.43 pm -
Run Ghost start - Ghost is already started
-
Ghost Doctor: output
Image 2020-12-23 at 9.25.41 pm -
Still no luck getting it working in Chrome.
-
Rollback using:
ghost update --rollback
Image 2020-12-23 at 9.26.55 pm
Now I’m in a pickle where I can’t get my local version running and I’m not sure what the next course of action is. Please help!
I’ve noticed when I run ghost ls
I get this:
ghost-local │ /Applications/MAMP/htdocs │ 3.28.0 │ running (development) │ http://localhost:2370/ │ 2370 │ local
I’ve noticed the port number has changed(!) When I try this port number (2370) a ghost website loads… but not the one I’ve been developing on - It’s the default theme and content, and when accessing the /ghost directory I’m asked to create an account. Uh-ho!
My old port number was: 2368.
Have I lost everything with those 2 update commands above?