Redirect URL isn't passing parameters

Hello there,

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?

Thanks,
Udi

Hey Udi - thanks for posting!

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:

  1. 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.
  2. Are you able to send over an example request_id for a flow where this occurred?

Hey Matt, thanks for the quick response!

Yes - that’s exactly what I mean. I’ll work with our developer and get these details back to you.

Thanks,
Udi

Hey Matt,

Looks like the issue was on our end after all. Thank you for helping us debug this issue!

Thanks,
Udi

Hey Udi - of course, happy to help! Glad y’all got to the bottom of it!

1 Like