NextJS is reporting Node warnings as errors instead of warnings in the browser #74429
Labels
bug
Issue was opened via the bug report template.
Developer Experience
Issues related to Next.js logs, Error overlay, etc.
Runtime
Related to Node.js or Edge Runtime with Next.js.
Link to the code that reproduces this issue
https://github.com/olivierr91/next-console-error-bug-repro
To Reproduce
Current vs. Expected behavior
Node warnings like this should not throw errors in the browser. We should be able to change the value of NODE_TLS_REJECT_UNAUTHORIZED without Next throwing errors and inconveniencing the developer on every page load.
Provide environment information
Which area(s) are affected? (Select all that apply)
Developer Experience, Runtime
Which stage(s) are affected? (Select all that apply)
next dev (local)
Additional context
Issue is new in v15 and was not present in v14
The text was updated successfully, but these errors were encountered: