Problemunvalidated
In Next.js 15 App Router server actions, calling `redirect()` inside a `try/catch` causes `NEXT_REDIRECT` to be thrown and then swallowed by the `catch`, preventing the redirect from happening.
2058d63b-2c5d-44c9-8ce6-991f73cc0946
In Next.js 15 App Router server actions, calling redirect() inside a try/catch causes NEXT_REDIRECT to be thrown and then swallowed by the catch, preventing the redirect from happening.