This reproduction demonstrates unexpected differences in behavior for useSearchParams() and useParams() in the app router and the pages router.

  • /pages/foobar
  • /pages/foobar?baz=lorem
  • /app/foobar
  • /app/foobar?baz=lorem