Louis Duprat
Louis Duprat
Well I already did the step of linking it. It's the step after that that I'm stuck on. When I do "enduro dev" on my Enduro app (not Enduro Admin)...
@SebastienTediber I think your configuration needs an update. Mine is working fine, here it is (the exception part): ```yaml fos_rest: exception: map_exception_codes: true codes: 'InvalidArgumentException': 422 'Doctrine\ORM\EntityNotFoundException': 404 messages: 'InvalidArgumentException':...
This is probably not an issue with FOSRestBundle. All my controller methods do not have an action suffix and they work just fine
Hi Any news on this ? I'm facing the same issue Or @xDaizu, did you find a way to avoid the error logging ?
@WissameMekhilef my workaround was to implement an ActivationStrategyInterface to filter the exceptions processed by Monolog. Here's a code snippet: ```php namespace App\Infrastructure\Logging; use Doctrine\ORM\EntityNotFoundException; use Monolog\Handler\FingersCrossed\ActivationStrategyInterface; use Monolog\Level; use Monolog\LogRecord;...
I've looked into this and got a hacking fix if you want to fix your installation until the module is patched In your modules folder in df-templates/src/main.js, change `MeasuredTemplate.prototype._getRectShape` by...