Discourse Ghost Integration not working

I have followed the steps listed here for my Ghost + Discourse integration, but its not working.
Here are the steps I followed right here

Here is my setup screen on Discourse


Here is the Ghost site.
https://ogatutor.com.
My understanding is that, the comments should appear on the Discourse side, but Ghost does not seem to be connecting. The comment module just spins and spins as you can see from reading and article on the Ghost page.
What am I missing?
Is there ANYTHING I am supposed to do on GHOST that I am missing?

1 Like

I checked your website and noticed some errors reported by browsers, as shown below. It seems like your site domain is configured with HTTP but the browser requires HTTPS.
If you are self-hosting, try to change the site domain to https.

WOW !!! Thanks!
Any ideas how I fix this?
I don’t understand the error

How are you hosting your Ghost?

VPS hosted by our web host company.
Could it be they have Ngnx misconfigured?
I mean, not properly setup?

Please check the config file in your Ghost project directory, `stack.yml’ or 'config.production.json", and you should see your site name in the file, change it to HTTPS

Let me check that now and get back shortly.

You are RIGHT !!
“url”: “http://ogatutor.com”,
“server”: {
“port”: xxxx,
“host”: “xxx port”
},
Is what is there !!

I guess the VPS will need to be Bounced to pick up the changes, correct?

Yeah, change http://ogatutor.com to https…

1 Like

THANK you So much, But I now have a new issue.
I am now getting “Failed to send Magiclink” Error.
Leads me to beleive this is Email issue this time

Yeah, it looks like your Ghost site hasn’t set up the email service correctly, you can refer to the following doc for details: