Open
Description
Greetings, @Akryum.
Problem
Vue+Meteor SSR calling the client-side component lifecycle hooks on the server-side:
beforeMount()
;mounted()
.
This results in breaking other packages from the Vue ecosystem, as example:
vue-meta@>=2.3.4
is broken, see: Fix: 500 error using Vue+Meteor SSR after updatevue-meta
version to 2.3.4 nuxt/vue-meta#569.
How to reproduce
- Clone the repo:
git clone https://github.com/mrauhu/meteor-ssr-vue-meta cd meteor-ssr-vue-meta
- Run Meteor:
meteor
Best wishes,
Sergey.