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
Since v3.2.6 404 errors trigger a new exception (reported by sentry)
Parameter "status" not found, check the identifiers configuration.
This is triggered by the UriVariablesResolverTrait trait when resolving the "/errors/{status}" template.
The status parameter does not exist.
There is a variant with 422 trying to resolve the /validation_errors/{id} template from the ApiPlatform\Symfony\Validator\Exception\ValidationException resource
How to reproduce
Call a /resources/id_does_not_exist endpoint, watch Symfony's profiler logs panel