How to solve "we'll be right back" message

Recently, I install ghost platform on my shared hosting server(Terminal) but I get errors every 1 hour or two (we’ll be right back. We’re busy updating our site to give you the best experience, and will be back soo).

  • Ghost ls out put :
    ────────────┬──────┬─────────────────┐
    │ Name │ Location │ Version │ Status │ URL │ Port │ Process Manager │
    ├───────────────┼──────────┼─────────┼───────────────────────┼───────────────────────────────┼──────┼─────────────────┤
    │ ghost-local │ ~/learn │ 4.34.0 │ running (development) │ https://learn.careersnote.com │ 2367 │ local │
    ├───────────────┼──────────┼─────────┼───────────────────────┼───────────────────────────────┼──────┼─────────────────┤
    │ ghost-local-1 │ ~/Guru77 │ 4.36.0 │ running (development) │ https://guru77.com │ 2368 │ local │

  • Trying to update my ghost versions, I get errors message.


error An unexpected error occurred: "Unknown system error -122: Unknown system error -122, copyfile '/home/bgrnvphd/.cache/yarn/v6/npm-@types-lodash-4.14.178-341f6d2247db528d4a13ddbb374bcdc80406f4f8-integrity/node_modules/@types/lodash/fp/nthArg.d.ts' -> '/home/bgrnvphd/Guru77/versions/4.36.2/node_modules/@types/lodash/fp/nthArg.d.ts'".

yarn install v1.22.15
[1/5] Validating package.json...
[2/5] Resolving packages...
[3/5] Fetching packages...
info fsevents@2.3.2: The platform "linux" is incompatible with this module.
info "fsevents@2.3.2" is an optional dependency and failed compatibility check. Excluding it from installation.
[4/5] Linking dependencies...
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.


any solutions!

This message is displayed when Ghost is booting up for the first time - if you’re seeing it regularly, it sounds like an issue with your server configuration / install method.

You should not be running Ghost in development mode on a production server, which your output above suggests you might be.

Official install/setup guides can be found here:

I install ghost on shared hosting server, Cpanel and ssh access! any suggestion to avoid development mode on a production server.

No idea to be honest - Ghost usually does not work well on Cpanel based hosting. Sounds like a good question to ask your hosting company, if they’re the ones who configured the install!

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.