Portal feature not working on self-hosted

Hi there, I just upgrade my Ghost to it’s last version (3.37.1) and it seems that it caused 2 problems:

  1. Newsletter forms are not working anymore. I have connected Mailgun to Ghost by editing config.development.json and adding this:
    “mail”: {
    “transport”: “SMTP”,
    “options”: {
    “service”: “Mailgun”,
    “host”: “smtp.mailgun.org”,
    “port”:587,
    “secureConnection”: true,
    “auth”: {
    “user”: “noreply@remarketingo.com”,
    “pass”: “mypassword”
    }
    }
    },
    and by adding Mailgun’s private API key. New staff member will recieve the email but nothing happens when I try to become a member through newsletter form.

  2. Nothing shows up in the portal customization dashboard:

The domain is remarketingo.com
PS: don’t try to subscribe to the form in the hero section on the homepage, thats an AWEBER embeded form.

@Alin_Barla Hey! :wave: For the second issue, would you be able to confirm the value of url you have in your config? If I browse to your website, Portal is trying to load from the HTTP version of your site (http://remarketingo.com/) so I have a feeling this is misconfigured.

@daniellockyer that’s true, it looks that all the links in portal dashboard are on http:// . Can you please indicate me how to solve it?

@Alin_Barla We’ve got some instructions for Ghost-CLI here, but you can also just edit the url in your config to be prepended with https://... and then restart Ghost.

@daniellockyer amazing, this actually solved both of the problems!!!

Perfect :pray: Glad we could get it sorted!