-
Notifications
You must be signed in to change notification settings - Fork 2
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
Cookies not saving in http dev environment #13
Comments
What is the name and value of the cookie you are trying to save? |
|
Does it work with a simpler value instead of a stringified object? |
No it does not. even changing the key too |
Well, you will have to keep simplifying until you figure out where the issue is. E.g. try directly setting a cookie without all the |
In attempting to use this library, I am finding that my cookies are not being saved even when no errors are occurring. Frankly, I don't know if it's because I am in an http localhost environment. After attempting to save the cookie, I check the browser's dev tools -> Application -> Cookies -> http://localhost:3000, and I don't see any cookie.
I am using the current version of
es-cookie
.AuthStore
The text was updated successfully, but these errors were encountered: