Hello everyone,
I’ve issues with registering, more generally with all invites.
I set up Mailgun for the SMTP, and it works correctly when I send posts as an email. I receive them.
But when I try to invite a new person (staff or member), or that a user wants to register, I have the same problem. The
-
Version: Ghost-CLI version: 1.17.3 / Ghost version: 4.13.0
-
What browser: Chrome and Firefox (I didn’t check on others)
-
Configuration
{
"url": "https://goatreview.com",
"server": {
"port": 2369,
"host": "127.0.0.1"
},
"database": {
"client": "mysql",
"connection": {
"host": "localhost",
"user": "--------",
"password": "-------",
"database": "--------"
}
},
"mail": {
"transport": "SMTP",
"options": {
"service": "Mailgun",
"auth": {
"user": "team@pierrebelin.fr",
"pass": "------------------------------"
}
}
},
"logging": {
"transports": [
"file",
"stdout"
]
},
"process": "systemd",
"paths": {
"contentPath": "/var/www/goatreview.com/content"
}
}
-
What errors or information do you see in the console?
On both calls (/members/api/send-magic-link/ and /ghost/api/canary/admin/invites/), I get the same error 504 with the message : 504 Gateway Time-out
But I set Mailgun as SMTP, isn’t it supposed to use it ?
I’m a little confused there… -
What steps could someone else take to reproduce the issue you’re having?
You can register on the form to get the error message after 1 minute.