I’m moving from WordPress to Ghost, I’m not a dev but I followed a youtube video and it was quite easy to set up a DigitalOcean server and install Ghost on it.
My self-hosted Ghost website is online at https://adriaticrypto.org/, unfortunately, the plugin export failed so I was forced to use just the .json file, later I will try to upload also the images.
I’m having 3 issues:
1 - As you can see, scrolling down in the self-hosted version is not loading older post.
2 - The subscribe button on the low-right corner of the page is not appearing in the self-hosted version.
3 - In the admin dashboard, design contents of the blog are not loading.
I don’t understand why I’m having these issues, I just set up the website without touching anything. The theme is the same and all the options are the same.
As explained in the tutorial linked in my previous reply, initially the URL should be http:// and after the SSL encryption the URL will become https://.
Take a look at the HTML source; resources are not secure, but the server redirects to https.
Try using ghost config url https://adriaticrypto.org.
The tutorial is incorrect:
Blog URL
Enter the exact URL your publication will be available at and include the protocol for HTTP or HTTPS. For example, https://example.com. If you use HTTPS, Ghost-CLI will offer to set up SSL for you.
It’s always a good idea to refer to the official documentation.