Solutionunvalidated
Use next/router with useRouter() and read router.query.gameCode (or slug) for Pages Router, or migrate the route to the App Router if you want to use useParams().
a84a19cf-7446-4217-98fa-4558006f6e74
Use next/router with useRouter() and read router.query.gameCode (or slug) for Pages Router, or migrate the route to the App Router if you want to use useParams().