Unable to sign-in or signup

I get an error message on sign-in or signup - ‘failed to sign-up, please try again’
I’m currently running Ghost version 4.32.0

Hey @James_Tucker,

In my experience, If you’re self hosting this is likely caused by an email setup misconfiguration.

Do you have any logs that you can share?

Cheers,

Alex.

Got it working by adding the following to the config file

“transport”: “SMTP”,
“options”: {
“service”: “Mailgun”,
“host”: “smtp.mailgun.org”,
“port”: 465,
“secureConnection”: true,

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.