Closed
Description
After updating from 2.8.9 to 2.8.10 I experience the following exception for any request. Downgrading again resolves the issue. No other composer dependencies were updated in the process.
RuntimeException in appDevDebugProjectContainer.php line 7425:
You have requested a synthetic service ("request"). The DIC does not know how to construct this service.
in appDevDebugProjectContainer.php line 7425
at appDevDebugProjectContainer->getRequestService() in bootstrap.php.cache line 2221
at Container->get('request', '2') in appDevDebugProjectContainer.php line 10835
at appDevDebugProjectContainer->synchronizeRequestService() in bootstrap.php.cache line 2157
at Container->set('request', null, 'request') in bootstrap.php.cache line 3360
at ContainerAwareHttpKernel->handle(object(Request), '1', true) in bootstrap.php.cache line 2535
at Kernel->handle(object(Request)) in app_dev.php line 28
This might be related to #19825 and also feels like a BC break.