Recently I turned into the error in production mode.
If I run a store in development mode It works fine but when I start production mode It’s fire error.
Error:
"DOMException: Failed to execute ‘appendChild’ on ‘Node’: This node type does not support this method. at Object.appendChild"
Can anyone tell me, how to debug this type of error?
Reproduce error steps
- Load category listing page
- If I refresh the page then this error appears
Here is my console visualization for reference