Hi everyone!
I have the following flow:
1- Auth0 signup
2- Fill some details in App1 (MVC)
3- Redirect to App2 (React) “/profile”
The problem is that in the redirect from App1->App2 the SSO kicks in and it loses the “/profile” route, ending up at “/”. How can I fix this? Thanks.