-
Notifications
You must be signed in to change notification settings - Fork 207
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"Some functionality can only be performed while handling a request" whenever running in a debugger #292
Comments
From the v2.0 changelog
Maybe the debugger mode does something magic that requires you to disable this feature. |
That's also my suspicion. Disabling the warning does the trick as a workaround. |
Hey! 👋 Thanks for reporting this. I'm able to reproduce it and will investigate further. Will aim to fix in the next release. |
I’ve suddenly started running into this a lot and not sure what the cause is. Occasionally restarting the debugger in VS Code works fine, but usually it breaks it. For anyone else running into it, remember to enable |
Hey everyone! 👋 Looks like this is because of an issue in Node: nodejs/node#43148. A fix has been merged (nodejs/node#44423) which should be released soon. 👍 It seems this issue only affects Node 18 though, so in the meantime, you may want to downgrade to Node 16. |
Hey again! Looks like this fix was released as part of Node |
My project runs fine using a regular start/dev command. However, whenever a debugger from VSCode or WebStorm attaches itself to the process, all requests subequently fail with
I am 100% certain that my code is not doing any i/o outside of its main request handler. How can we help to reproduce this, as in #207 the same issue occurs?
The text was updated successfully, but these errors were encountered: