-
Notifications
You must be signed in to change notification settings - Fork 77
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
seems to not work #127
Comments
Having the same problem here |
Same here |
Which Node version are you using? |
16 |
Your code is simply invalid. You are not having any "success" callback that would be called when the
Would fail after one second, https://stackblitz.com/edit/node-u9mhgz?file=index.js If you want to use it either provide success callbacks and timeout or better yet use it with promises. |
I have this issue with node v.19. As @metcoder95 hinted, the problem went away after downgrading to 16.18.0 |
Same for me after upgrading from node 16.x to 18.x Seems to be related to this issue: nodejs/node#41625 and this PR nodejs/node#44731 Might be a good idea for |
I am also having an issue since updating to Node 18. If I change back to Node 16, it seems to work fine. |
Might be duplicate of #109. Try replacing |
That worked for me perfectly! Thank you! |
Thank you so much! That worked for me. |
sorry, am I missing something? wrote this in typescript, it exits immediately. I know the server isn't responding yet, no error but the info logs are output.
The text was updated successfully, but these errors were encountered: