Middleware Load Order Shift in RailwayJS v2.1.0 Breaks Custom Plugin Initialization
Middleware Load Order Shift in RailwayJS v2.1.0 When upgrading an application from RailwayJS v2.0.x to v2.1.0, the internal middleware registration was refactored to a centralized registry, altering the sequence in which third‑party plugins are invoked. Plugins that previously ran before core request parsers now execute after them, which can lead to missing