Antoine Bluchet
Antoine Bluchet
don't you need to do something like https://github.com/api-platform/core/issues/6354 ?
would you be able to patch this please?
using controllers is not recommended, also why do you want to change rest operation names?
I don't understand if you use controllers just use symfony to declare your route you don't need resources especially for RPC/non-REST operations.
IMO as you customized the schema it should return early at: https://github.com/api-platform/core/blob/e867d07f59b82d5f1bdca69e096ddf452dd7efc8/src/JsonSchema/Metadata/Property/Factory/SchemaPropertyMetadataFactory.php#L107 Definitely a bug, would love for this to get fixed, lmk if I can assist you (target 3.2...
@Benew can you identify the slow parts using blackfire? Is it the normalization process? How do your sql queries look like?
Hi this is probably because of `standard_put` being `true` by default in 4.x ? to keep the old behavior use `standard_put=false`, just note that PUT replaces the resource according to...
Please use your own provider for complex data management, I'm not sure we can cover the case automatically.
Not sure why, check here: https://github.com/api-platform/core/blob/main/src/Symfony/EventListener/ErrorListener.php#L87 can you open an issue on `api-platform/core` with a bit more details, we don't touch the monolog configuration.