next.config.ts redirects not honored on locale paths #1801
Unanswered
wadehammes
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a redirect in my next config like so:
When I visit
/faqs
it redirects to/faq
as intended.When I visit
/es/faqs
it 404s.All other /es pages work, its just ones where a redirect is expected from config that 404.
Is there setup needed in order to achieve this? I can share whatever setup files that are relevant at request. Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions