Email verification not confirming
Summary
When I register a new channel and receive an verification email. Clicking on the confirmation links opens a new page but does not appear to confirm the channel. The confirmation banner does not go away.
Steps to reproduce
- Create a new channel
- Click confirmation link in verification email
- Confirmation banner does not go away
Platform information
SSR (browser).
What actually happens
Confirmation banner does not go away indicating email confirmation is not working
What is the expected correct behavior?
Email confirmation should work.
Technical details
__e_cnf_token
query parameter is never sent to engine's Router, that prevents the confirmation email hook from being triggered.
Relevant logs and/or screenshots
Edited by Emiliano Balbuena