Make WordPress Core

Opened 15 months ago

Last modified 2 months ago

#60311 new defect (bug)

Editing interface prompts error

Reported by: chengjianping's profile chengjianping Owned by:
Milestone: Awaiting Review Priority: normal
Severity: normal Version:
Component: Editor Keywords: move-to-github close
Focuses: Cc:

Description (last modified by sabernhardt)

Error: Failed to execute 'insertBefore' on 'Node': The node before which the new node is to be inserted is not a child of this node.

    at Qr (https://bjhxrm.com/wp-includes/js/dist/vendor/react-dom.min.js?ver=18.2.0:10:74697)
    at Qr (https://bjhxrm.com/wp-includes/js/dist/vendor/react-dom.min.js?ver=18.2.0:10:74770)
    at Qr (https://bjhxrm.com/wp-includes/js/dist/vendor/react-dom.min.js?ver=18.2.0:10:74770)
    at Xr (https://bjhxrm.com/wp-includes/js/dist/vendor/react-dom.min.js?ver=18.2.0:10:79821)
    at Yr (https://bjhxrm.com/wp-includes/js/dist/vendor/react-dom.min.js?ver=18.2.0:10:76707)
    at Kr (https://bjhxrm.com/wp-includes/js/dist/vendor/react-dom.min.js?ver=18.2.0:10:76584)
    at Yr (https://bjhxrm.com/wp-includes/js/dist/vendor/react-dom.min.js?ver=18.2.0:10:78007)
    at Kr (https://bjhxrm.com/wp-includes/js/dist/vendor/react-dom.min.js?ver=18.2.0:10:76584)
    at Yr (https://bjhxrm.com/wp-includes/js/dist/vendor/react-dom.min.js?ver=18.2.0:10:76896)
    at Kr (https://bjhxrm.com/wp-includes/js/dist/vendor/react-dom.min.js?ver=18.2.0:10:76584)
    at Yr (https://bjhxrm.com/wp-includes/js/dist/vendor/react-dom.min.js?ver=18.2.0:10:76699)
    at Kr (https://bjhxrm.com/wp-includes/js/dist/vendor/react-dom.min.js?ver=18.2.0:10:76584)
    at Yr (https://bjhxrm.com/wp-includes/js/dist/vendor/react-dom.min.js?ver=18.2.0:10:76699)
    at Kr (https://bjhxrm.com/wp-includes/js/dist/vendor/react-dom.min.js?ver=18.2.0:10:76584)
    at Yr (https://bjhxrm.com/wp-includes/js/dist/vendor/react-dom.min.js?ver=18.2.0:10:76699)
    at Kr (https://bjhxrm.com/wp-includes/js/dist/vendor/react-dom.min.js?ver=18.2.0:10:76584)
    at Yr (https://bjhxrm.com/wp-includes/js/dist/vendor/react-dom.min.js?ver=18.2.0:10:76699)
    at Kr (https://bjhxrm.com/wp-includes/js/dist/vendor/react-dom.min.js?ver=18.2.0:10:76584)
    at Yr (https://bjhxrm.com/wp-includes/js/dist/vendor/react-dom.min.js?ver=18.2.0:10:76896)
    at Kr (https://bjhxrm.com/wp-includes/js/dist/vendor/react-dom.min.js?ver=18.2.0:10:76

Attachments (1)

Screenshot 2025-02-18 012522.png (242.5 KB) - added by deedesigner 2 months ago.
404 code of the images

Download all attachments as: .zip

Change History (3)

#1 @deedesigner
2 months ago

Getting 404 on these pages

@deedesigner
2 months ago

404 code of the images

#2 @sabernhardt
2 months ago

  • Component changed from General to Editor
  • Description modified (diff)
  • Keywords move-to-github close added

Hi and welcome to WordPress Core Trac!

Sorry about the late response. For the block editor interface, please report any problems in the Gutenberg plugin repository.

Two issues mentioned a similar error message and might be related to the situation you had:
https://github.com/WordPress/gutenberg/issues?q=Failed%20to%20execute%20%27insertBefore%27%20on%20%27Node%27

Note: See TracTickets for help on using tickets.