The global TYPO3_REQUEST is not yet present in the middleware when the ConfigurationManager gets initialized.
Threfore Extbase can not determine correctly the application mode and the BackendConfigurationManager is loaded.
This leads to issues when using extbase plugins. Extbase doesn't load the plugin configurations...
Quick solution is a middleware which sets the global variable before the rest middleware.
The global TYPO3_REQUEST is not yet present in the middleware when the ConfigurationManager gets initialized.
Threfore Extbase can not determine correctly the application mode and the BackendConfigurationManager is loaded.
This leads to issues when using extbase plugins. Extbase doesn't load the plugin configurations...
Quick solution is a middleware which sets the global variable before the rest middleware.