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
API Platform version(s) affected: unreleased main branch
Description
In the latest, unreleased code, many errors seem to be swallowed with a bad stracktrace. For example, for a 404 thrown by ReadListener, compare the stack traces:
3.1.13:
Compared to main:
In the main branch, most/all errors seem to be swallowed by the ErrorListener.
How to reproduce
Use a project on the main branch and trigger any error.