[Error: Failed to collect page data for /_not-found] { type: 'Error' } error during build #74884
-
SummaryHi Everyone,
I'm not sure what is the source of this error, little bit help really appreciated Additional informationNo response ExampleNo response |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
okay, I think I found the problem. The issue is related to my sentry configuration in my next.config.ts.
|
Beta Was this translation helpful? Give feedback.
okay, I think I found the problem. The issue is related to my sentry configuration in my next.config.ts.
I have to disable reactComponentAnnotation while building the app. Normally it is disabled by default, if you want to use this feature in the development phase, I come up with this solution