Join Discord
Powered by
Hi I have a problem with the redirection after log...
# support-questions-legacy
g
gregorykiosk_94630_83465
01/31/2024, 1:14 AM
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
Previous
Next