Page is crashing when it has content loaded on ssr
When a page is loaded on ssr, it is crashing and returning this error on the console DOMException: Failed to execute 'appendChild' on 'Node': This node type does not support this method
This is happening even without including the <CookieControl :locale="lang" />
component but just after adding the 'nuxt-cookie-control'
to the modules in nuxt.config.js
Is there a way to disable ssr for nuxt-cookie-control
? because it looks like the module is injecting html elements on ssr that doesn't work with my html page loaded on server side