-
-
Couldn't load subscription status.
- Fork 1.7k
Closed
Labels
Description
Is there an existing issue for this?
- I have checked for existing issues https://github.com/getsentry/sentry-javascript/issues
- I have reviewed the documentation https://docs.sentry.io/
- I am using the latest SDK release https://github.com/getsentry/sentry-javascript/releases
How do you use Sentry?
Sentry Saas (sentry.io)
Which SDK are you using?
@sentry/nextjs
SDK Version
8.40.0
Framework Version
React 19.0.0-rc-66855b96-20241106 & Next.js 15.0.3
Link to Sentry event
https://nekoyasan.sentry.io/issues/6082760807/events/a7a626e05026406bb3d13a68e8270c92/
Reproduction Example/SDK Setup
Reproduction Example: https://github.com/NEKOYASAN/next-sentry-redirect-minimum-repro
Reproduction Steps (From completely empty)
pnpm create next-appnpx @sentry/wizard@latest -i nextjs --saas- add Server Action & Components (redirect function in Server Action)
Steps to Reproduce
pnpm run buildpnpm run start- Click
Redirect to example pageButton - Redirects normally to
/example(butNEXT_REDIRECTError is reported to Sentry)
Expected Result
Maybe NEXT_REDIRECT should not be reported to Sentry.
Actual Result
Server Action reports NEXT_REDIRECT as Unhandled Error.
but it does not seem to be reported in page.tsx, so there seems to be no problem.
chargome
Metadata
Metadata
Assignees
Labels
Projects
Status
Waiting for: Product Owner