You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm having a lot of trouble getting my dev environment to work in production. The latest error I'm receiving is [nuxt] Error while initializing app DOMException: Failed to execute 'appendChild' on 'Node': This node type does not support this method."
on a specific page when I reload the page ( don't have it while navigating).
I just use npm run build & npm run start to start the app in production on my live server.
Doing this on my local PC doesn't give me this erorr. Checked both npm, nodejs version & installed packages and they are all the same on both my PC and the live server.
For what it matters, the live server uses nginx (https://engintron.com/).
I've searched the whole day and can't figure this one out.
This question is available on Nuxt.js community (#c1779)