decaporg / decap-cms

A Git-based CMS for Static Site Generators
https://decapcms.org
MIT License
17.66k stars 3.02k forks source link

NotFoundError: Node.removeChild: The node to be removed is not a child of this node #7105

Open razzeee opened 4 months ago

razzeee commented 4 months ago

Describe the bug When logged into the admin interface, we get an error shown at the top

To Reproduce

 WARNING  Compiled with 1 warning                                                                                                                                        
⠀
 warning  in ./node_modules/gatsby-plugin-decap-cms/gatsby-browser.js
⠀

Expected behavior Shouldn't show the error - sub pages get broken and also show the header in the middle of the page

Screenshots

image

image

Applicable Versions:

CMS configuration


https://github.com/xbmc/kodi-tv/blob/main/static/admin/config.yml
...
ProfYaffle commented 4 months ago

FWIW on this, I've just tried (everything fully patched and upgrade beforehand - yes, I know "latest" isn't a version, but there are too many variables at play here):

I've also toggled VPN on/off where applicable (Opera), I've used private/incognito tabs, I've switched off my PiHole and also toggled between cellular and LAN to eliminate both local config and ISP issues. Most of these devices have never been used to access the CMS before, so there should be no cached... well, anything (plus several of these were refreshed or clean browser installations as well).

All failed with (browser-specific presentation variations of) the same error, as above. It's not looking like a client error, then, as I think that comprehensively eliminates most variables (including browser engine).

razzeee commented 3 months ago

As far as I can tell this was introduced with 3.1.0 - we've reverted to the version before that now and it started to work again.