-
-
Notifications
You must be signed in to change notification settings - Fork 31.7k
ERR_INTERNAL_ASSERTION #48783
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
Comments
Duplicate of #47644, fixed in v20.4.0. |
Looks like the same thing happens in v20.4.0, should I open another issue? node:internal/assert:14 Error [ERR_INTERNAL_ASSERTION]: This is caused by either a bug in Node.js or incorrect usage of Node.js internals.
code: 'ERR_INTERNAL_ASSERTION' Node.js v20.4.0 |
I believe that's an already known issue (ex. #48763) but cc @ShogunPanda just in case. |
Yes, it's probably the same issue. @lpbonomi Can you please provide me a reproducible repo or, at least info on which host your system was connecting to and how it was resolved from your local DNS system? |
@ShogunPanda I already updated node and also switched from strapi to express. I haven't seen this error again. I'm closing the issue |
This should have been fixed in #51045. Once it gets in 21.x or 20.x please let me know if you have additional problems. |
nodejs 20.9 running strapi develop- this error |
Version
v20.3.1
Platform
Darwin Luispes-MacBook-Pro.local 22.5.0 Darwin Kernel Version 22.5.0: Thu Jun 8 22:22:19 PDT 2023; root:xnu-8796.121.3~7/RELEASE_ARM64_T8103 arm64
Subsystem
No response
What steps will reproduce the bug?
Just by running Strapi dev server
How often does it reproduce? Is there a required condition?
No response
What is the expected behavior? Why is that the expected behavior?
No response
What do you see instead?
node:internal/assert:14
throw new ERR_INTERNAL_ASSERTION(message);
^
Error [ERR_INTERNAL_ASSERTION]: This is caused by either a bug in Node.js or incorrect usage of Node.js internals.
Please open an issue with this stack trace at https://github.com/nodejs/node/issues
code: 'ERR_INTERNAL_ASSERTION'
}
Node.js v20.3.1
Additional information
No response
The text was updated successfully, but these errors were encountered: