-
Notifications
You must be signed in to change notification settings - Fork 20
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
Using Phoenix Live Session in tests causes a key not found error: __sid__ #12
Comments
I'm seeing the same error in tests:
There is no |
Frankly @KayEss I solved the issue by not using the library. |
:-) What did you use instead? |
I make a POST request from a phoenix hook to a controller that writes to the cookie. |
Thanks. I'll investigate that |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm not sure how to alleviate this issue, when I use
live()
in my tests eventually down the chain themaybe_subscribe
fails due to a missing key.The text was updated successfully, but these errors were encountered: