Ben Cole
Ben Cole
I have just moved a project to 6.2 and the default `#[MapEntity]` conversion now provided overwrote the `#[ParamConverter('object', converter: 'fos_rest.request_body')]` conversion I was using previously. This also generated an error...
OK, so I just found a conflict with the default behaviour of Symfony 6.2? I have the exact configuration described by [request_body_converter_listener.rst](https://github.com/FriendsOfSymfony/FOSRestBundle/blob/3.x/Resources/doc/request_body_converter_listener.rst) but have needed to add `#[MapEntity(disabled: true)]` to...
Thanks for the tips. My issue was solved purely by disabling the `MapEntity` resolver. That's really all that needs to be a added to the documentation (for use with 6.2)
Change GosSocket to WS and it will work. Using WS is deprecated but it still functions, the documentation must be out of date with the most recent commit. ` var...