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
fix(api): provide model registry to root middleware
The generic data routes were failing with a "Bad state" error because the `ModelRegistryMap` was not being provided to the request context.
This change adds the `ModelRegistryMap` to the root middleware's dependency providers, making it available globally and resolving the error in the data route handlers.
0 commit comments