FriendsOfSymfony / FOSRestBundle

This Bundle provides various tools to rapidly develop RESTful API's with Symfony
http://symfony.com/doc/master/bundles/FOSRestBundle/index.html
MIT License
2.79k stars 708 forks source link

NotAcceptableHttpException - No matching accepted Response format could be determined #2403

Open ma-gu-16 opened 5 months ago

ma-gu-16 commented 5 months ago

I tried already multiple configs.

my config:

` fos_rest: routing_loader: false allowed_methods_listener: true param_fetcher_listener: true body_listener: true exception: serializer_error_renderer: true format_listener: enabled: true rules:

Error: image

i cant figure it who is triggering this error and how to solve it.

thank you for some hints.