Netlify redirect
Answered
Common carp posted this in #help-forum
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
https://docs.netlify.com/integrations/frameworks/next-js/redirects-and-rewrites/
_redirects or netlify.toml for redirection on netlifyhttps://docs.netlify.com/integrations/frameworks/next-js/redirects-and-rewrites/
6 Replies
@Common carp 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?
you need to use
https://docs.netlify.com/integrations/frameworks/next-js/redirects-and-rewrites/
_redirects or netlify.toml for redirection on netlifyhttps://docs.netlify.com/integrations/frameworks/next-js/redirects-and-rewrites/
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.jsCommon carpOP
Great thanks
@Common carp Great thanks
no prob