Next.js Discord

Discord Forum

Error: NextRouter was not mounted. https://nextjs.org/docs/messages/next-router-not-mounted

Answered
Thrianta posted this in #help-forum
Open in Discord
ThriantaOP
Code:
Answered by Ray
import { useRouter } from 'next/navigation'
you should use next/navigation in app router
View full answer

2 Replies

@Thrianta Code:
import { useRouter } from 'next/navigation'
you should use next/navigation in app router
Answer