Skip to content
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

throw new ERR_INTERNAL_ASSERTION(message); #51357

Closed
rafaelgsousa opened this issue Jan 4, 2024 · 1 comment
Closed

throw new ERR_INTERNAL_ASSERTION(message); #51357

rafaelgsousa opened this issue Jan 4, 2024 · 1 comment

Comments

@rafaelgsousa
Copy link

rafaelgsousa commented Jan 4, 2024

Version

Node.js v20.9.0

Platform

#40~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Thu Nov 16 10:53:04 UTC 2 x86_64 x86_64 x86_64 GNU/Linux

Subsystem

No response

What steps will reproduce the bug?

yarn develop

How often does it reproduce? Is there a required condition?

Often without any apparently required conditions

What is the expected behavior? Why is that the expected behavior?

enable API

What do you see instead?

yarn run v1.22.21
$ strapi develop
✔ Cleaning dist dir (6ms)
⠋ Building build context
[INFO] Including the following ENV variables as part of the JS bundle:
    - ADMIN_PATH
    - STRAPI_ADMIN_BACKEND_URL
    - STRAPI_TELEMETRY_DISABLED
✔ Building build context (45ms)
✔ Creating admin (8206ms)
✔ Loading Strapi (989ms)
✔ Generating types (295ms)
✔ Cleaning dist dir (19ms)
✔ Compiling TS (1271ms)
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:406:5)
    at assert (node:internal/assert:14:11)
    at internalConnectMultiple (node:net:1118:3)
    at Timeout.internalConnectMultipleTimeout (node:net:1687:3)
    at listOnTimeout (node:internal/timers:575:11)
    at process.processTimers (node:internal/timers:514:7) {
  code: 'ERR_INTERNAL_ASSERTION'
}

Node.js v20.9.0
Done in 14.08s.

Additional information

No response

@aduh95
Copy link
Contributor

aduh95 commented Jan 4, 2024

Duplicate of #51354

@aduh95 aduh95 marked this as a duplicate of #51354 Jan 4, 2024
@aduh95 aduh95 closed this as not planned Won't fix, can't repro, duplicate, stale Jan 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants