Next.js Discord

Discord Forum

How to redirect not use useEffect hook homepage ("/") if it not found page?

Unanswered
Spectacled Caiman posted this in #help-forum
Open in Discord
Spectacled CaimanOP
When i access random route "/abcxyx" it return notfound page, I want to auto redirect user to homepage ("/") on server
Thanks for helping

5 Replies

use redirect() on a not-found.tsx?
@aardani use redirect() on a not-found.tsx?
Spectacled CaimanOP
it not work
@Spectacled Caiman it not work
do you have dynamic paths or static ones
@Spectacled Caiman it not work
it works for me so you'll need to give a reproduction repository