We have an issue that seems related to redirect URL. It seems like the query parameters are not always passed: When using localhost:3000, the magic link successfully passes slug, stytch_token_type, and token to the web app. However, these parameters are not passed when using blakbird-git-qa-avis-projects-3a339d80.vercel.app and come blank. Any idea why that could be the case?
However, these parameters are not passed when using
To confirm, do you mean that the redirect occurs successfully, but the parameters you mention (token, etc) are not included in the redirect as query params?
If so, a couple of follow ups:
Would you mind double checking the network tab of your browser’s developer console to see what URL(s) are being redirected to? I’d like to rule out the possibility of something downstream stripping out the query parameters.
Are you able to send over an example request_id for a flow where this occurred?