Hi I have a problem with the redirection after log...
# support-questions-legacy
g
Hi I have a problem with the redirection after login : I lost the query params. Here, we use react and our version of SuperToken are "supertokens-auth-react": "^0.32.3", "supertokens-web-js": "^0.7.0", When I go to http://localhost:3000/someUrl?someParam=value without session, I’m redirected to http://localhost:5173/auth/?redirectToPath=%2FsomeUrl without the query params and after login I'm redirected to http://localhost:3000/someUrl instead of http://localhost:3000/someUrl?someParam=value. And I need this param šŸ™‚ Thanks
4 Views