in my middleware
with determineRouteBeforeAppMiddleware set to true
$request->getAttributes('route')
give me an array(2)
where [“route”] is \Slim\Route
var_dump(get_class($request))
output : Slim\Http\Request where I expect to be \Psr\Http\Message\ServerRequestInterface
anyway the code is working fine