Next.js Discord

Discord Forum

How to redirect in nextjs?

Answered
Western Screech-Owl posted this in #help-forum
Open in Discord
Avatar
Western Screech-OwlOP
So i want to redirect my user to "/home" as soon as they visit my site but the redirect function is for async it seems. I get an error with this saying argument invalid
Image
Answered by Ray
import { redirect } from 'next/navigation';
View full answer

2 Replies

Avatar
Ray
import { redirect } from 'next/navigation';
Answer
Avatar
Western Screech-OwlOP
thanks not sure why my import was like that