Hi,
I’m using Reiro theme.
I run a membership site with some content gated to free registered members, the theme comes by default with a signin page that has the following setting :
data-members-autoredirect=“false”
I changed it to “true” as per the documentation.
Now when navigating through my locked article → signin → magic link, I get the following magic link sent to me:
https://my.domain/members/?token=4s034K22k6LW4mRuNnXhPeeRT3PLwZHS&action=signin&r=https%3A%2F%2Fmy.domain%2Fsignin%2F
Meaning it does not capture my article and brings me back to the signin page (it does log my user correctly - but I would expect it to go back to the article).
How can I resolve it for the magic link to go to my article?
Thanks!