Open nico-gandara opened 6 months ago
On Akeneo Server I see the following errors:
[2024-04-24T20:06:11.447150+02:00] security.NOTICE: No Authentication entry point configured, returning a 401 HTTP response. Configure "entry_point" on the firewall "api" if you want to modify the response. [] [] [2024-04-24T20:06:11.447518+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\HttpException: "Full authentication is required to access this resource." at /var/www/akeneo/vendor/symfony/security-http/Firewall/ExceptionListener.php line 248 {"exception":"[object] (Symfony\Component\HttpKernel\Exception\HttpException(code: 0): Full authentication is required to access this resource. at /var/www/akeneo/vendor/symfony/security-http/Firewall/ExceptionListener.php:248)\n[previous exception] [object] (Symfony\Component\Security\Core\Exception\InsufficientAuthenticationException(code: 0): Full authentication is required to access this resource. at /var/www/akeneo/vendor/symfony/security-http/Firewall/ExceptionListener.php:147)\n[previous exception] [object] (Symfony\Component\Security\Core\Exception\AccessDeniedException(code: 403): Access Denied. at /var/www/akeneo/vendor/symfony/security-http/Firewall/AccessListener.php:132)"} [] [2024-04-24T20:06:12.648217+02:00] security.NOTICE: No Authentication entry point configured, returning a 401 HTTP response. Configure "entry_point" on the firewall "api" if you want to modify the response. [] [] [2024-04-24T20:06:12.648557+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\HttpException: "Full authentication is required to access this resource." at /var/www/akeneo/vendor/symfony/security-http/Firewall/ExceptionListener.php line 248 {"exception":"[object] (Symfony\Component\HttpKernel\Exception\HttpException(code: 0): Full authentication is required to access this resource. at /var/www/akeneo/vendor/symfony/security-http/Firewall/ExceptionListener.php:248)\n[previous exception] [object] (Symfony\Component\Security\Core\Exception\InsufficientAuthenticationException(code: 0): Full authentication is required to access this resource. at /var/www/akeneo/vendor/symfony/security-http/Firewall/ExceptionListener.php:147)\n[previous exception] [object] (Symfony\Component\Security\Core\Exception\AccessDeniedException(code: 403): Access Denied. at /var/www/akeneo/vendor/symfony/security-http/Firewall/AccessListener.php:132)"} []
Hello @nico-gandara,
I have the same problem.
Did you find a solution?
@nico-gandara Any updates? Same issue here.
Environment and configuration
Steps to reproduce
Expected result
Actual result
Others comments
Although the error is clear, the connection created and configured has full privileges, therefore that does not seem to be the problem.
Finally, the error occurs in the foreach, not in the API call, which seems very strange to me.