Next.js Discord

Discord Forum

Error: invariant expected app router to be mounted at Form

Unanswered
Cape lion posted this in #help-forum
Open in Discord
Cape lionOP
Whenever I use
const router = useRouter();
hook, I get this error.
My project structure:
src -
app - RootLayout
app -
(auth) - AuthLayout
login - page.tsx

I am using html and body on RootLayout only

0 Replies