You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This looks like a duplicate of #27440 which was fixed in #27562. So I am going to close here, but please leave a comment if you still experience the issue even with the patch and we can reopen.
Just to inform people who reach this issue, There is the same issue with API Platform when the validation of a payload fails.
And the linked PR fixes this issue too.
Symfony version(s) affected: 4.1.0
Description
Symfony 4.1.0 logs a request.CRITICAL whenever authentication is required.
This behavior is different than Symfony 3, which does not log the request.CRITICAL. It should be silenced because the exception is actually caught.
How to reproduce
Possible Solution
Additional context
The text was updated successfully, but these errors were encountered: