Replies: 2 comments 4 replies
-
Hey, thanks for pointing it out. currently there is no way for that. I think it's possible to make it a global setting to never pass the query string, would that be good? |
Beta Was this translation helpful? Give feedback.
2 replies
-
You can try the see this section for documentation |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am using query strings in my application, for example:
myapp.text/checkout?token=qwertyuiop
However, when I call the redirect or navigate code, i,e.
window.PineconeRouter.context.navigate('/cart')
, this query string keeps getting carried over. I understand that in some cases, we might want the query string to persist across path changes. However, how can we redirect or navigate to another path without carrying the query string?Beta Was this translation helpful? Give feedback.
All reactions