Is there any documentation that shows how to properly add the Twig to the Slim4 skeleton?
Moving it before the routing on changed the error message. Thanks for the suggestion.
{"error":{"message":"Twig could not be found in the server request attributes using the key \"view\".","code":0,"file":"/var/www/html/client_acct_mgr/vendor/slim/twig-view/src/Twig.php","line":74,"previous":null,"trace":[{"file":"/var/www/html/client_acct_mgr/src/Action/Login/LoginAction.php","line":21,"function":"fromRequest","class":"Slim\\Views\\Twig","type":"::"},{"file":"/var/www/html/client_acct_mgr/vendor/slim/slim/Slim/Handlers/Strategies/RequestResponse.php","line":43,"function":"__invoke","class":"App\\Action\\Login\\LoginAction","type":"->"},{"file":"/var/www/html/client_acct_mgr/vendor/slim/slim/Slim/Routing/Route.php","line":384,"function":"__invoke","class":"Slim\\Handlers\\Strategies\\RequestResponse","type":"->"},{"file":"/var/www/html/client_acct_mgr/vendor/slim/slim/Slim/MiddlewareDispatcher.php","line":81,"function":"handle","class":"Slim\\Routing\\Route","type":"->"},{"file":"/var/www/html/client_acct_mgr/vendor/slim/slim/Slim/MiddlewareDispatcher.php","line":81,"function":"handle","class":"Slim\\MiddlewareDispatcher","type":"->"},{"file":"/var/www/html/client_acct_mgr/vendor/slim/slim/Slim/Routing/Route.php","line":341,"function":"handle","class":"Slim\\MiddlewareDispatcher","type":"->"},{"file":"/var/www/html/client_acct_mgr/vendor/slim/slim/Slim/Routing/RouteRunner.php","line":84,"function":"run","class":"Slim\\Routing\\Route","type":"->"},{"file":"/var/www/html/client_acct_mgr/vendor/slim/slim/Slim/Middleware/BodyParsingMiddleware.php","line":68,"function":"handle","class":"Slim\\Routing\\RouteRunner","type":"->"},{"file":"/var/www/html/client_acct_mgr/vendor/slim/slim/Slim/MiddlewareDispatcher.php","line":147,"function":"process","class":"Slim\\Middleware\\BodyParsingMiddleware","type":"->"},{"file":"/var/www/html/client_acct_mgr/src/Middleware/ValidationExceptionMiddleware.php","line":27,"function":"handle","class":"Psr\\Http\\Server\\RequestHandlerInterface@anonymous\u0000/var/www/html/client_acct_mgr/vendor/slim/slim/Slim/MiddlewareDispatcher.php:128$22","type":"->"},{"file":"/var/www/html/client_acct_mgr/vendor/slim/slim/Slim/MiddlewareDispatcher.php","line":209,"function":"process","class":"App\\Middleware\\ValidationExceptionMiddleware","type":"->"},{"file":"/var/www/html/client_acct_mgr/vendor/slim/twig-view/src/TwigMiddleware.php","line":115,"function":"handle","class":"Psr\\Http\\Server\\RequestHandlerInterface@anonymous\u0000/var/www/html/client_acct_mgr/vendor/slim/slim/Slim/MiddlewareDispatcher.php:167$23","type":"->"},{"file":"/var/www/html/client_acct_mgr/vendor/slim/slim/Slim/MiddlewareDispatcher.php","line":147,"function":"process","class":"Slim\\Views\\TwigMiddleware","type":"->"},{"file":"/var/www/html/client_acct_mgr/vendor/slim/slim/Slim/Middleware/RoutingMiddleware.php","line":59,"function":"handle","class":"Psr\\Http\\Server\\RequestHandlerInterface@anonymous\u0000/var/www/html/client_acct_mgr/vendor/slim/slim/Slim/MiddlewareDispatcher.php:128$22","type":"->"},{"file":"/var/www/html/client_acct_mgr/vendor/slim/slim/Slim/MiddlewareDispatcher.php","line":147,"function":"process","class":"Slim\\Middleware\\RoutingMiddleware","type":"->"},{"file":"/var/www/html/client_acct_mgr/vendor/selective/basepath/src/BasePathMiddleware.php","line":52,"function":"handle","class":"Psr\\Http\\Server\\RequestHandlerInterface@anonymous\u0000/var/www/html/client_acct_mgr/vendor/slim/slim/Slim/MiddlewareDispatcher.php:128$22","type":"->"},{"file":"/var/www/html/client_acct_mgr/vendor/slim/slim/Slim/MiddlewareDispatcher.php","line":209,"function":"process","class":"Selective\\BasePath\\BasePathMiddleware","type":"->"},{"file":"/var/www/html/client_acct_mgr/vendor/slim/slim/Slim/Middleware/ErrorMiddleware.php","line":107,"function":"handle","class":"Psr\\Http\\Server\\RequestHandlerInterface@anonymous\u0000/var/www/html/client_acct_mgr/vendor/slim/slim/Slim/MiddlewareDispatcher.php:167$23","type":"->"},{"file":"/var/www/html/client_acct_mgr/vendor/slim/slim/Slim/MiddlewareDispatcher.php","line":209,"function":"process","class":"Slim\\Middleware\\ErrorMiddleware","type":"->"},{"file":"/var/www/html/client_acct_mgr/vendor/slim/slim/Slim/MiddlewareDispatcher.php","line":81,"function":"handle","class":"Psr\\Http\\Server\\RequestHandlerInterface@anonymous\u0000/var/www/html/client_acct_mgr/vendor/slim/slim/Slim/MiddlewareDispatcher.php:167$23","type":"->"},{"file":"/var/www/html/client_acct_mgr/vendor/slim/slim/Slim/App.php","line":215,"function":"handle","class":"Slim\\MiddlewareDispatcher","type":"->"},{"file":"/var/www/html/client_acct_mgr/vendor/slim/slim/Slim/App.php","line":199,"function":"handle","class":"Slim\\App","type":"->"},{"file":"/var/www/html/client_acct_mgr/public/index.php","line":3,"function":"run","class":"Slim\\App","type":"->"}]}}