This is what’s going on:
two different links in the email, one in the button, the other at the bottom:
It seems to me that everything is configured correctly.
If I click on the link in the email below, the registration works correctly, if I click on the button it goes to the link with the prefix email. and after a while it times out.
What did I do wrong?
Thanks
Some news? Only I have this problem?
EDIT
config.production.json:
"mail": {
"transport": "SMTP",
"options": {
"service": "Mailgun",
"host": "smtp.eu.mailgun.org",
"port": 465,
"secureConnection": true,
"auth": {
"user": "postmaster@mg.******.it",
"pass": "**************"
}
}
},
Can you please share your mail
config (excluding the password) from config.production.json
?
thats it
"mail": {
"transport": "SMTP",
"options": {
"service": "Mailgun",
"host": "smtp.eu.mailgun.org",
"port": 465,
"secureConnection": true,
"auth": {
"user": "postmaster@mg.******.it",
"pass": "**************"
}
}
},
Feedback from the staff would be interesting
I’m surprised I haven’t had a hit yet, I think it’s an important bug
Hello, I would like to know at least if it is my personal problem I have to investigate, or it is a Ghost bug.
Thank you
I’ve tried on both local and production sites, but couldn’t reproduce the issue. Which version of Ghost are you using?
I am experiencing the same problem on two different installations, on two different servers. Only the mailgun account is the same.
Server 1 - Ghost version: 3.13.1
Server 2 - Ghost version: 3.12.1
Updated my instance to 3.13.1 and still couldn’t reproduce the issue. Have you made any change to the Ghost core code by any chance?
no, I haven’t changed anything at all.
jpm
April 17, 2020, 7:51pm
11
Having a similar problem for the magic link. The button is providing a different link → email.mail.domain.com/c/ vs. what we see right below the full link which is… Website Domain Names, Online Stores & Hosting - Domain.com
Glad to know someone has my same problem.
At least I understand that it is not a problem due to my configuration.
I hope to receive feedback from the staff soon. I’m stuck with the 20 days member function.
It looks like you have to disable button tracking:
opened 04:54PM - 06 Apr 20 UTC
closed 03:20AM - 20 Apr 20 UTC
bug
help wanted
### Issue Summary
When someone fills in the subscription form on the blog and r… eceives the email with a button and a verification link it happens that the button link and the direct link are different.
The button link does not work, while the other one does.
### To Reproduce
1. Introduce your email in the subscription form at [blog.vocdoni.io](https://blog.vocdoni.io)
2. After receiving the email, click to the button and to the link to see the differences.
### Technical details:
* Ghost Version: 3.12
* Node Version:
* Browser/OS: Chromium
* Database:
2 Likes
jpm
April 18, 2020, 5:02pm
14
Thanks Vikas - yes, that did the trick! I hope we get Ghost Analytics for this sort of stuff soon.
thank you so much
the problem is solved in this way.