Greetings, @Akryum. ## Problem Vue+Meteor SSR calling the [client-side component lifecycle hooks](https://ssr.vuejs.org/guide/universal.html#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: https://github.com/nuxt/vue-meta/pull/569. ## How to reproduce 1. Clone the repo: ``` git clone https://github.com/mrauhu/meteor-ssr-vue-meta cd meteor-ssr-vue-meta ``` 2. Run Meteor: ``` meteor ``` Best wishes, Sergey.
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.4is broken, see: Fix: 500 error using Vue+Meteor SSR after updatevue-metaversion to 2.3.4 nuxt/vue-meta#569.How to reproduce
Best wishes,
Sergey.