Skip to content

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

Closed
lpbonomi opened this issue Jul 15, 2023 · 7 comments
Closed

ERR_INTERNAL_ASSERTION #48783

lpbonomi opened this issue Jul 15, 2023 · 7 comments
Labels
duplicate Issues and PRs that are duplicates of other issues or PRs.

Comments

@lpbonomi
Copy link

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

at new NodeError (node:internal/errors:405:5)
at assert (node:internal/assert:14:11)
at internalConnectMultiple (node:net:1106:3)
at Timeout.internalConnectMultipleTimeout (node:net:1644:3)
at listOnTimeout (node:internal/timers:575:11)
at process.processTimers (node:internal/timers:514:7) {

code: 'ERR_INTERNAL_ASSERTION'
}

Node.js v20.3.1

Additional information

No response

@bnoordhuis
Copy link
Member

Duplicate of #47644, fixed in v20.4.0.

@bnoordhuis bnoordhuis closed this as not planned Won't fix, can't repro, duplicate, stale Jul 15, 2023
@bnoordhuis bnoordhuis added the duplicate Issues and PRs that are duplicates of other issues or PRs. label Jul 15, 2023
@lpbonomi
Copy link
Author

Looks like the same thing happens in v20.4.0, should I open another issue?

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

at new NodeError (node:internal/errors:405:5)
at assert (node:internal/assert:14:11)
at internalConnectMultiple (node:net:1115:3)
at Timeout.internalConnectMultipleTimeout (node:net:1683:3)
at listOnTimeout (node:internal/timers:575:11)
at process.processTimers (node:internal/timers:514:7) {

code: 'ERR_INTERNAL_ASSERTION'
}

Node.js v20.4.0

@bnoordhuis
Copy link
Member

I believe that's an already known issue (ex. #48763) but cc @ShogunPanda just in case.

@ShogunPanda
Copy link
Contributor

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?

@lpbonomi
Copy link
Author

@ShogunPanda I already updated node and also switched from strapi to express. I haven't seen this error again. I'm closing the issue

@ShogunPanda
Copy link
Contributor

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.

@mortrap
Copy link

mortrap commented Feb 5, 2024

nodejs 20.9 running strapi develop- this error

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate Issues and PRs that are duplicates of other issues or PRs.
Projects
None yet
Development

No branches or pull requests

4 participants