Next.js Discord

Discord Forum

Netlify redirect

Answered
Common carp posted this in #help-forum
Open in Discord
Common carpOP
Hi, Recently I deployed a Next 14 project with App router in netlify but the redirect, in the next.config file is not working? Does anybody know a solution for this? Also happen with Vercel?
Answered by Ray
you need to use _redirects or netlify.toml for redirection on netlify
https://docs.netlify.com/integrations/frameworks/next-js/redirects-and-rewrites/
View full answer

6 Replies

Answer
Common carpOP
It's the only way? In vercel happen the same?
Thanks for the answer
@Common carp It's the only way? In vercel happen the same?
on vercel, you do it on next.config.js
Common carpOP
Great thanks
@Common carp Great thanks
no prob