nuxt generate page error
[issue link]Hi
Nuxt generate is amazing, but i have strange problem:
first generate page (time to time is differ) has [nuxt] Error while initializing app DOMException: Failed to execute 'appendChild' on 'Node': This node type does not support this method.
In project i use nuxtServerInit in store and axios for fetch common data.
Generation of dynamic routes with asyncData working nice, but this error is breaking my mind…
Has anyone encountered such a problem? I will be grateful for the help, thanks.