尝试在移动视口上运行我的nuxtjs应用程序时发现此错误vuetify,但一切都在桌面视口上运行良好。
The client-side rendered virtual DOM tree is not matching server-rendered content. This is likely caused by incorrect HTML markup, for example nesting block-level elements inside <p>, or missing <tbody>. Bailing hydration and performing full client-side render.
使用 ubuntu 和 nginx 运行我的 nuxtjs 应用程序并pm2使用
yarn buildthenpm2 start yarn -- start
图像在服务器上出错:服务器上出错
DOMException: Failed to execute 'appendChild' on 'Node': This node type does not support this method.
这两个错误都发生在同一场景中。 …