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
MIDDLEWARE_CONTEXT_KEY = "slimy.milddeware.context" has middleware spelled incorrectly
Steps to reproduce
I was debugging a request and investigating the rack environment and noticed that this key was mispelled
Potential Solutions
Correct it?
Things to consider
YES, any application (specifically the core lessonly/lessonly) repo that points its Gemfile at the latest main will be impacted. Reach out to me for more information
The Problem
MIDDLEWARE_CONTEXT_KEY = "slimy.milddeware.context"has middleware spelled incorrectlySteps to reproduce
I was debugging a request and investigating the rack environment and noticed that this key was mispelled
Potential Solutions
Things to consider
YES, any application (specifically the core lessonly/lessonly) repo that points its Gemfile at the latest
mainwill be impacted. Reach out to me for more information