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? This is the easiest way for others to debug your issue
https://(domain).com/blog
- What version of Ghost are you using?
Ghost-CLI version: 1.9.1
Ghost Version (at /var/lib/ghost): 1.25.5
- What configuration?
{
“url”: “https://localhost:2368”,
“server”: {
“port”: 2368,
“host”: “0.0.0.0”
},
“database”: {
“client”: “sqlite3”,
“connection”: {
“filename”: “/var/lib/ghost/content/data/ghost.db”
}
},
“mail”: {
“service”: “Gmail”,
“transport”: “SMTP”,
“options”: {
“host”: “smtp.gmail.com”,
“port”: 465,
“secureConnection”: true,
“auth”: {
“user”: “(censored)@gmail.com”,
“pass”: “(censored)”
}
}
},
“logging”: {
“transports”: [
“file”,
“stdout”
]
},
“process”: “systemd”,
“paths”: {
“contentPath”: “/var/lib/ghost/content”
}
}
- What browser?
Chrome
- What errors or information do you see in the console?
docker logs:
NAME: InternalServerError
CODE: ETIMEDOUT
MESSAGE: The server has encountered an error.
level:critical
InternalServerError: The server has encountered an error.
_ at new GhostError (/var/lib/ghost/versions/1.25.5/core/server/lib/common/errors.js:9:26)_
_ at /var/lib/ghost/versions/1.25.5/core/server/adapters/scheduling/SchedulingDefault.js:239:34_
_ at Request.callback (/var/lib/ghost/versions/1.25.5/node_modules/superagent/lib/node/index.js:728:3)_
_ at ClientRequest.req.once.err (/var/lib/ghost/versions/1.25.5/node_modules/superagent/lib/node/index.js:647:10)_
_ at Object.onceWrapper (events.js:315:30)_
_ at emitOne (events.js:116:13)_
_ at ClientRequest.emit (events.js:211:7)_
_ at Socket.socketErrorListener (http_client.js:387:9)
_ at emitOne (events.js:116:13)_
_ at Socket.emit (events.js:211:7)_
_ at emitErrorNT (internal/streams/destroy.js:64:8)_
_ at combinedTickCallback (internal/process/next_tick.js:138:11)
_ at process.tickCallback (internal/process/next_tick.js:180:9)
Error: connect ETIMEDOUT 217.110.122.212:80
_ at Object.errnoException (util.js:992:11)
_ at exceptionWithHostPort (util.js:1014:20)
_ at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1186:14)_
I tried mutiple hours to fix this issue, but I dont get it…
Can someone help me?
Thank you
Lukas