Hi zusammen,
ich hab ein lokales Projekt und bekomme beim aufrufen des Contao Managers ständig ein 403 Fehler.
Die Zugriffsrechte sind soweit in Ordnung.

Code:
[29-Nov-2022 22:35:01 Europe/Berlin] [2022-11-29 22:35:01] request.INFO: Matched route "contao_managerapi_task__invoke". {"route":"contao_managerapi_task__invoke","route_parameters":{"_route":"contao_managerapi_task__invoke","_controller":"Contao\\ManagerApi\\Controller\\TaskController"},"request_uri":"http://local.mydomain.de/contao-manager.phar.php/api/task","method":"GET"} []
[29-Nov-2022 22:35:01 Europe/Berlin] [2022-11-29 22:35:01] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":3} []
[29-Nov-2022 22:35:01 Europe/Berlin] [2022-11-29 22:35:01] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Contao\\ManagerApi\\Security\\LoginAuthenticator"} []
[29-Nov-2022 22:35:01 Europe/Berlin] [2022-11-29 22:35:01] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Contao\\ManagerApi\\Security\\LoginAuthenticator"} []
[29-Nov-2022 22:35:01 Europe/Berlin] [2022-11-29 22:35:01] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Contao\\ManagerApi\\Security\\JwtAuthenticator"} []
[29-Nov-2022 22:35:01 Europe/Berlin] [2022-11-29 22:35:01] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Contao\\ManagerApi\\Security\\JwtAuthenticator"} []
[29-Nov-2022 22:35:01 Europe/Berlin] [2022-11-29 22:35:01] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Contao\\ManagerApi\\Security\\TokenAuthenticator"} []
[29-Nov-2022 22:35:01 Europe/Berlin] [2022-11-29 22:35:01] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Contao\\ManagerApi\\Security\\TokenAuthenticator"} []
[29-Nov-2022 22:35:01 Europe/Berlin] [2022-11-29 22:35:01] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[29-Nov-2022 22:35:01 Europe/Berlin] [2022-11-29 22:35:01] app.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\AccessDeniedHttpException: "Access Denied." at phar:///home/mdev/_projects/mydomain/web/contao-manager.phar.php/api/EventListener/ExceptionListener.php line 110 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\AccessDeniedHttpException(code: 0): Access Denied. at phar:///home/mdev/_projects/mydomain/web/contao-manager.phar.php/api/EventListener/ExceptionListener.php:110, Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at phar:///home/mdev/_projects/mydomain/web/contao-manager.phar.php/vendor/symfony/security-http/Firewall/AccessListener.php:91)"} []
Was bedeutet dieser Fehler?