Hi.
I update ghost to 4.01 from version 3.x. I use node 14.16.0 via nvm.
Site is runing almost well. Have just issue with wrong image url - all of them have “GHOST_URL” on the front of url address.
But much bigger problem habe with admin site.
Admin url:
https://blog.nayma.pl/ghost/
And got error:
# 404
## Resource could not be found.
Have no issue when start ghost:
> node index
[2021-03-17 12:52:34] INFO Ghost is running in development...
[2021-03-17 12:52:34] INFO Listening on: [object Object]:2368
[2021-03-17 12:52:34] INFO Url configured as: https://blog.nayma.pl/
[2021-03-17 12:52:34] INFO Ctrl+C to shut down
[2021-03-17 12:52:34] INFO Ghost server started in 0.573s
[2021-03-17 12:52:34] INFO Database is in a ready state.
[2021-03-17 12:52:34] INFO Ghost database ready in 0.816s
[2021-03-17 12:52:35] WARN Theme's file locales/pl.json not found.
[2021-03-17 12:52:35] WARN Falling back to locales/en.json.
[2021-03-17 12:52:36] WARN Theme's file locales/pl.json not found.
[2021-03-17 12:52:36] WARN Falling back to locales/en.json.
[2021-03-17 12:52:36] INFO Ghost booted in 2.939s
Please help me - have no idea what is wrong.