b13 / slimphp-bridge

SlimPHP Integration in TYPO3 Frontend for rapid API development
GNU General Public License v2.0
18 stars 5 forks source link

TYPO3 v12 with ExtbaseBridge throws an exception #17

Closed swilking closed 1 year ago

swilking commented 1 year ago

Exception: Call to a member function getSetupArray() on null in /var/www/html/src/autotypo/vendor/typo3/cms-extbase/Classes/Configuration/FrontendConfigurationManager.php line 193

Configuration:

services: VENDOR\Myext\Controller\TestController: public: true

Middlewares in route config: only B13\SlimPhp\Middleware\ExtbaseBridge

The Attribute "frontend.typoscript" is not set at this moment