-
Notifications
You must be signed in to change notification settings - Fork 25
Description
Hello,
I'm currently testing the plugin in the V1 version, there will still be a Nuxt2 application.
I often have the problem that individual pages are not cached correctly. It appears that certain elements are simply missing, e.g. because a background image or buttons are not displayed correctly. Also the dropdown of the main navigation does not work then.
In Sentry I see the following error:
HierarchyRequestError
Object.appendChild(97f3cfd.modern)
Failed to execute 'appendChild' on 'Node': This node type does not support this method.
We have 4 node instances on our server in parallel operation. Here I can see that the page is displayed correctly in some node instances and the error occurs in other instances. I can see this because as a test I appended a Math.random() to the title of the page.
Unfortunately I can't get any further and I don't know how to solve the problem.
I would be grateful for any tips and help!
Best regards
Timo