I'm having an issue when i try to open a new page with NextJS router.
I passed my parameter like:
router.push({
pathname: '/',
query: { id: '12344567' },
})
sometimes (like rarely) it will redirect my page to something like
/%3Fid=12344567
It's weird because it's rarely happened and when it does i don't know how to debug it.