We're using `getSuperTokensRoutesForReactRouterDom...
# support-questions-legacy
e
We're using
getSuperTokensRoutesForReactRouterDom
. When going to an endpoint like
http://host/#/somesegment/somesegment2?param=value¶m=value
, we set the route to
/auth
when the person is not logged in. We got the login screen but the redirect path seems to be set to nothing:
http://host/#/auth/?redirectToPath=
. Thoughts?
3 Views