Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Attempts to use browser-cookies when running on server #113

Open
JulesAU opened this issue Mar 2, 2017 · 0 comments
Open

Attempts to use browser-cookies when running on server #113

JulesAU opened this issue Mar 2, 2017 · 0 comments

Comments

@JulesAU
Copy link

JulesAU commented Mar 2, 2017

Tracking down this error ReferenceError: document is not defined, led me to this bit of code - which ultimately calls

Cookies.get(key);

Where Cookies is the browser-cookies lib and hence doesn't work server side.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant