Closed tacman closed 2 years ago
Hi @tacman 👋🏻
Seems strange, @nfragnet, wasn't it the type of error that you faced with the RC version? 🤔
Hi @tacman 👋🏻
I followed the reproduction steps that you listed earlier, locally, it works without any issues (it requires to do a c:c
to schedule the tasks but once done, everything works as expected) when using 0.9.3
.
I just opened #277 to improve the conditions and command display, could you test it via dev-issue/277
in your local project and see if it fix the issue?
Thanks 🙂
Indeed, use cache:clear after the bundle install fixes the problem. I thought composer did that automatically. Hmm.
Starting from a new project:
The error (0.9.3):
The error (main branch):
The issue is that the normalizer being passed in is of type Symfony\Component\Serializer\Debug\TraceableNormalizer.
I added a line to display the problematic class in the exception, I'll submit a PR.