Hello, for most of my application I am using code first workflows but for my users email confirmation, I decided to go with the simple default layout template.
Here is the setup: - I have my workflow set up and it's properly triggering the email as you can see in screenshot #1. - I have my email set up to take the confirmationLink and link it to the button. As you can see in screenshot #2, The confirmationLink is both included as the link to the Button and also I provide the actual URL below the button. - The issue is with the actual button link in the email. It does not match the confirmationLink. I am guessing that this is some kind of metrics capturing from Novu. If I right click and copy the link from the button this is what it looks like:
http://url9671.rivalryze.com/ls/click?upn=u001.nT9CmLc7gEW1ZpwN9NvmGqPxIshGphCWqho-2FxHl7XU9rrxQ3B4181yfWQTMsbUwFTHO2k9t********************** (redacted for security)
http://url9671.rivalryze.com/ls/click?upn=u001.nT9CmLc7gEW1ZpwN9NvmGqPxIshGphCWqho-2FxHl7XU9rrxQ3B4181yfWQTMsbUwFTHO2k9t********************** (redacted for security)
and as you can see this is a different subdomain from my actual link:
- When a user clicks via the button, they are brought to a security page as I have not configured this subdomain. See screenshot #3.
I am not sure which is best practice here: 1. Configuring this subdomain with DogitalOcean? If so, I haven't seen any docs in Novu for this particular case. 2. Figuring our a way for the button to actually pass the correct link?