Next.js Discord

Discord Forum

No Rerender When URL Search Params Change

Unanswered
Gharial posted this in #help-forum
Open in Discord
GharialOP
I'm making a Next 13 app using the app router. I have a dropdown using Radix UI where each item is a link to the current page with a different URL search param. It works great locally but once it's deployed to Vercel, clicking the dropdown items successfully updates the URL (i.e. the search param still updates) but nothing on the page rerenders. Am I missing something?

0 Replies