You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR appears to address NEXT_REDIRECT errors in generateMetadata(), but they can also be called in the regular component render logic. That's how it's illustrated in the nextjs docs.
Here's an example error using "@sentry/nextjs": "^7.93.0" which appears to include this fix already.
This PR appears to address
NEXT_REDIRECT
errors ingenerateMetadata()
, but they can also be called in the regular component render logic. That's how it's illustrated in the nextjs docs.Here's an example error using
"@sentry/nextjs": "^7.93.0"
which appears to include this fix already.Originally posted by @karlkeefer in #10057 (comment)
The text was updated successfully, but these errors were encountered: