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.