-
-
Notifications
You must be signed in to change notification settings - Fork 191
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
(KeyError) key :peer not found in: %Plug.Conn{adapter: {Plug.Adapters.Cowboy.Conn, :...} #275
Comments
Is already a PR for: #273 |
Yep, this was something of a regression in Plug 1.6.0 in that it removed @samphilipd should I make a release that supports 1.6.0, or will using another version be sufficient for you for now? |
Having the same. |
@mitchellhenke we downgraded to 1.5.1, which is fine for now. If 1.6.1 re-introduces the :peer key we can just wait for that version. |
I'm ok to wait, no rush. |
Hey @mitchellhenke, seems this is stalled on both ends. Since even if |
@mattlorey yep, I'll do that right now |
I've merged #273 and released it as part of version |
There’s a feature in JaSerializer 0.13 to apply this globally but when I tried to use it I was pulled into a cascading problem with these issues: phoenixframework/phoenix#3119 getsentry/sentry-elixir#275 I couldn’t figure that out so I’m manually overriding instead for now. This is all happening because Mirage uses plural types and the overlaps-processing client-side code needed to check for both, ugh.
Environment
Description
We recently upgrade to plug 1.6. Now if we get an exception, we see the following error:
The text was updated successfully, but these errors were encountered: