I'm haivng issues with nextConfig rewrites with client side navigation.
Unanswered
Nebelung posted this in #help-forum
NebelungOP
I have a re-write set up for one of my routes and when to try and visit the url directly, everything works fine, but when I try to visit the route through a next/link Link component, the re-write is ignore. Note that this issue is only present on production build and works as expected locally. The destination page is a server component so I'm not sure if that could be relevant to the issue I'm facing or not.