Warning (512) : Exception loading routes when rendering an error page: Error - Class "Router" not found - /home3/z100co91/demo.systemz.com.br/vendor/cakephp/cakephp/src/Error/Middleware/ErrorHandlerMiddleware.php, line: 166 [in /home3/z100co91/demo.systemz.com.br/vendor/cakephp/cakephp/src/Core/functions.php, line 255]
Notice (1024) : Undefined property: ErrorController::$Auth in /home3/z100co91/demo.systemz.com.br/src/Controller/AppController.php on line 71 [in /home3/z100co91/demo.systemz.com.br/vendor/cakephp/cakephp/src/Controller/Controller.php, line 342]
Warning (512) : Unable to emit headers. Headers sent in file=/home3/z100co91/demo.systemz.com.br/vendor/cakephp/cakephp/src/Error/Renderer/HtmlErrorRenderer.php line=37 [in /home3/z100co91/demo.systemz.com.br/vendor/cakephp/cakephp/src/Http/ResponseEmitter.php, line 71]
Warning (2) : Cannot modify header information - headers already sent by (output started at /home3/z100co91/demo.systemz.com.br/vendor/cakephp/cakephp/src/Error/Renderer/HtmlErrorRenderer.php:37) [in /home3/z100co91/demo.systemz.com.br/vendor/cakephp/cakephp/src/Http/ResponseEmitter.php, line 164]
Warning (2) : Cannot modify header information - headers already sent by (output started at /home3/z100co91/demo.systemz.com.br/vendor/cakephp/cakephp/src/Error/Renderer/HtmlErrorRenderer.php:37) [in /home3/z100co91/demo.systemz.com.br/vendor/cakephp/cakephp/src/Http/ResponseEmitter.php, line 197]
Error: Class "Router" not found

Class "Router" not found 📋

Error
Error in: ROOT/config/routes.php, line 52
ROOT/config/routes.php at line 52 (edit)
     * `{action}markers.
     */
    $routes->setRouteClass(DashedRoute::class);
    
    Router::scope('/api', function (RouteBuilder $routes) {
        $routes->connect('/:controller/:action/*');
        $routes->fallbacks();
    });

If you want to customize this error message, create templates/Error/error500.php