The current router only supports /pages, which throws the following error if we used in /app.
Unhandled Runtime Error
Error: NextRouter was not mounted. https://nextjs.org/docs/messages/next-router-not-mounted
FIX
Migrate to the new hooks imported from next/navigation. NextJs Docs
The current router only supports
/pages, which throws the following error if we used in/app.Unhandled Runtime Error
Error: NextRouter was not mounted. https://nextjs.org/docs/messages/next-router-not-mountedFIX
Migrate to the new hooks imported from
next/navigation. NextJs Docs