Actions
Bug #91846
closedMiddleware typo3/cms-frontend/base-redirect-resolver: error in 'after' configuration
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
System/Bootstrap/Configuration
Target version:
-
Start date:
2020-07-23
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
10
PHP Version:
7.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
In the registration of the typo3/cms-frontend/base-redirect-resolver middleware the after array specifies:
typo3/cms-frontend/site-resolver
But there is no middleware registered with this identifier. There is however an identifier typo3/cms-frontend/site
(which has the target TYPO3\CMS\Frontend\Middleware\SiteResolver
). So this is probably what it should be.
Actions