Next.js Discord

Discord Forum

next router not working [FIXED]

Answered
Auth posted this in #help-forum
Open in Discord
Avatar
so i have this code it sends some data to backend but i wanna redirect user after clicking on the button im using next router but i get error in console next router not mounted
Answered by Dayo
since you're using the app router you ought to import router from next/navigation instead of next/router
View full answer

5 Replies

Avatar
Image
Avatar
@Auth Click to see attachment
Avatar
since you're using the app router you ought to import router from next/navigation instead of next/router
Answer
THANKSSS SOO MUCHH
Avatar
@Auth THANKSSS SOO MUCHH
Avatar
awesome! no worries!