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

Bug: Node.js ERR_INTERNAL_ASSERTION error when updating and saving content with Strapi [v4.15.0] #50436

Closed
Aduwoayooluwa opened this issue Oct 27, 2023 · 5 comments
Labels
duplicate Issues and PRs that are duplicates of other issues or PRs. net Issues and PRs related to the net subsystem.

Comments

@Aduwoayooluwa
Copy link

Version

20.8.1

Platform

Windows 10 x64

Subsystem

No response

What steps will reproduce the bug?

-Reproduction Steps:

  1. Update content using Strapi.
  2. Save the changes.
  3. Encounter the ERR_INTERNAL_ASSERTION error.

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

The ERR_INTERNAL_ASSERTION error does not occur every time. It is infrequent and does not consistently manifest

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

I expected the content to be updated and saved without any errors.

What do you see instead?

Instead, I encountered the ERR_INTERNAL_ASSERTION error.

Full Error details below:

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'

Additional information

This issue seems to have emerged after updating content within Strapi, and I suspect it may be related to the Node.js environment. I appreciate any assistance in diagnosing and resolving this issue. Please let me know if there are additional details or information needed to investigate further.

Thank you for your support in addressing this problem.

@Aduwoayooluwa Aduwoayooluwa changed the title Bug: ERR_INTERNAL_ASSERTION error when updating and saving content in Strapi [v4.15.0] Bug: ERR_INTERNAL_ASSERTION error when updating and saving content with Strapi [v4.15.0] Oct 27, 2023
@Aduwoayooluwa Aduwoayooluwa changed the title Bug: ERR_INTERNAL_ASSERTION error when updating and saving content with Strapi [v4.15.0] Bug: Node.js ERR_INTERNAL_ASSERTION error when updating and saving content with Strapi [v4.15.0] Oct 27, 2023
@lpinca lpinca added the net Issues and PRs related to the net subsystem. label Oct 28, 2023
@lpinca
Copy link
Member

lpinca commented Oct 28, 2023

Duplicate of #47644.

@lpinca
Copy link
Member

lpinca commented Oct 28, 2023

cc: @ShogunPanda

@ShogunPanda
Copy link
Contributor

Thanks. All it seems to be related to timeout handling. I hope to have a fix soon.

@tniessen
Copy link
Member

tniessen commented Dec 2, 2023

Closing as duplicate of #48763, which is due to #44731.

@tniessen tniessen closed this as not planned Won't fix, can't repro, duplicate, stale Dec 2, 2023
@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.

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. net Issues and PRs related to the net subsystem.
Projects
None yet
Development

No branches or pull requests

4 participants