Skip to content
Advertisement

Ghost – Can’t connect to the bootstrap socket (localhost 8000) ECONNREFUSED

I have been trying for a long time to debug my ghost blog as you can see here.

I have made some progress the problem seems to be related to an error on the bootstrap socket of ghost.

My config.production.json in my Digital Ocean server is:

JavaScript

When running ghost run I get:

JavaScript

Update

  • Its running on Ubuntu 18.04.3 LTS
  • Node version 10.16.3
  • Npm version 6.9.0

Answer

Here: https://stackoverflow.com/a/58274370/4031815

Advertisement

Answer

Update

removing bootstrap-socket from the config.production.json solved that issue yet I still get 502 Bad Gateway nginx/1.14.0 (Ubuntu)when visiting my website.

Update 2 and solution:

https://github.com/TryGhost/Ghost-CLI/issues/1017

Advertisement