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
During test execution, while all tests are passing successfully, the process is generating a continuous cascade of ECONNREFUSED errors attempting to connect to 0.0.0.0:443. These errors appear to be unhandled 'error' events that don't affect test results but pollute the console output significantly. Began to surface when @nuxt/scripts v0.9.5 was introduced into the codebase.
This issue has been resolved locally. It turns out my pi-hole was blocking matomo (@nuxt/scripts v0.9.5), which caused the error outputs. Wild. Never seen anything like it. Sorry for the trouble.
🐛 The bug
During test execution, while all tests are passing successfully, the process is generating a continuous cascade of
ECONNREFUSED
errorsattempting to connect to 0.0.0.0:443
. These errors appear to be unhandled 'error' events that don't affect test results but pollute the console output significantly. Began to surface when@nuxt/scripts v0.9.5
was introduced into the codebase.🛠️ To reproduce
https://stackblitz.com/edit/nuxt-starter-pkwfkx
🌈 Expected behavior
Test execution should complete cleanly without
Error: connect ECONNREFUSED
warnings.ℹ️ Additional context
Using:
Screenshot
The text was updated successfully, but these errors were encountered: