Daniel Parejo
Daniel Parejo
I am configuring the FOSRest Bundle to handle domain exceptions as shown in: https://symfony.com/doc/current/bundles/FOSRestBundle/4-exception-controller-support.html But exceptions are still logged as > request.CRITICAL: Uncaught PHP Exception Symfony\Component\Messenger\Exception\HandlerFailedException: "Yadda-yadda-yadda" at /var/www/app/apps/api/vendor/symfony/messenger/Middleware/HandleMessageMiddleware.php line...
This code works: ```yaml teacher_community_2: __factory: from: id: ~ forename: 'Joshua' surname: '' displayName: 'Dr. $surname' ``` But this one doesn't: ```yaml teacher_community_2: __factory: from: id: ~ forename: 'Joshua' surname:...
This is not a bug report, but a request for some info that I think should be included in the documentation according the remote validation, which I need to know...
If I understand the protocol correctly, $sid should be somehow persisted so it doesn't create a new sid for the same user every time you call the binding.php file. Well,...