reproducing the 500 error bug with
[email protected]
, see: nuxt/vue-meta#569
Clone project with Git submodules:
git clone --recurse-submodules https://github.com/mrauhu/meteor-ssr-vue-meta
cd meteor-ssr-vue-meta
[email protected]
— works
git checkout [email protected]
meteor npm install
[email protected]
— broken
git checkout [email protected]
meteor npm install
On the first server reload (after change any *.js
or *.vue
file) get the 500 error with message:
document is not defined
meteor