We are working on a custom log in, and have some trouble with the redirect link after creating new users.
The setup:
We have an unauthenticated app that is used for log in and for creating new users.
In our action for creating a new user, we use the Create User Account action node, and have set the Login Link Redirect Path to our desired redirect link in this format: axo-insurance-mypage/user-created?country=DK , with axo-insurance-mypage being the appname.
The link is referenced like this in the body template: {{resetLink}}
The issue:
When we click the link in the email, instead of going to the subpage “user-created”, it goes to axo-insurance-mypage?country=DK
In the client log, we see that initially the action that is set on load app is run, and then afterwards an action that is set to run on load view of the app’s default view is run.
What could be the cause of this? Do you have any tips on how and what to debug? We have checked that the redirect link is valid and works by adding the subpage manually in the browser.
Any help is appreciated! ![]()