Closed
Description
Symfony version(s) affected: 5.2.6
Description
This handle method tries to access the container which is not booted/available yet.
How to reproduce
// Enable the cache kernel to reproduce
$kernel = new Kernel($_SERVER['APP_ENV'], (bool) $_SERVER['APP_DEBUG']);
$kernel = new CacheKernel($kernel);