Antoine Bluchet
Antoine Bluchet
Mhh you never reach this line right? https://github.com/api-platform/core/blob/fcd9a0725fb9fab942b306e5d3cb0e96226ee63e/src/Symfony/EventListener/ExceptionListener.php#L50 Is your endpoint an API Resource? Another lead would be that this patch https://github.com/api-platform/core/commit/7399fcf7eaf28cd649d137da1fdd54f69093e275 changes something in your case but I need...
I tried to reproduce at https://github.com/api-platform/core/commit/1096084e04e00bbfe80865db2ca95249c5f2dce1 but I successfully got a 400. To run the test: ``` USE_SYMFONY_LISTENERS=true vendor/bin/phpunit tests/Functional/Symfony/ErrorTest.php ``` Did I forgot something?
https://github.com/api-platform/core/pull/6655
maybe that https://github.com/api-platform/core/pull/6960 can also fix this
Related project https://github.com/docteurklein/pg-sse
see also https://github.com/docteurklein/haskell-pg-sse/
What about implementing [Mercure](https://mercure.rocks/spec)?
Hi the ObjectMapper does map embed objects, you should add a `Map` attribute on the `BankDto` class.
Okay I misunderstood, here is how I'd do that: ```php class ReadNestedProperty implements TransformCallableInterface { public function __construct( private readonly string $property, ) { } public function __invoke(mixed $value, object...
does https://github.com/symfony/symfony/issues/62439 fixes this?