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 Feb 4, 2022. It is now read-only.
vuex-persistedstateversion: ^4.0.0-beta.3nodeversion: v10.19.0npm(oryarn) version: npm v16.14.4What you did: Install package and use default plugin from readme (nuxt cookie server persist)
What happened: If no cookie set (example on first page loading).
throws type error
argument str must be a stringReproduction sandbox:
Problem description: cookie package receive string as first parameter but undefined given on empty cookie in browser
Suggested solution: Check is request.headers.cookie is string and set it to blank if not