You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 1, 2025. It is now read-only.
We've been using vue-meta with SSR on 0.5.5, but after upgrading to 0.5.6 we started getting the following errors on the server:
ReferenceError: document is not defined
at updateClientMetaInfo (/path/to/node_modules/vue-meta/lib/vue-meta.js:824:19)
at Vue$2.refresh (/path/to/node_modules/vue-meta/lib/vue-meta.js:885:35)
at /path/to/node_modules/vue-meta/lib/vue-meta.js:1013:74
at Timeout._onTimeout (/path/to/node_modules/vue-meta/lib/vue-meta.js:924:5)
at ontimeout (timers.js:365:14)
at tryOnTimeout (timers.js:237:5)
at Timer.listOnTimeout (timers.js:207:5)
justin-lau, stbaer, kasparasg, vwxyutarooo, astoimenov and 12 more