Error when I try to see order details #2742
-
Hi. Timestamp: Wed Oct 30 2024 14:37:54 GMT+0100 (czas środkowoeuropejski standardowy) Message: JMS\Serializer\Type\Parser::parse(): Return value must be of type array, null returned
Has anyone encountered a similar problem? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
@twin-elements did you change any of the JMS Serialiser configs? |
Beta Was this translation helpful? Give feedback.
-
@dpfaffenbauer Hi I found an error The problem occurs if I have jms/serializer version 3.31.0 installed I debugged what exactly the problem is
For the moment, I would limit the jms/serializer version in the composer to 3.30.*. |
Beta Was this translation helpful? Give feedback.
@dpfaffenbauer Hi I found an error
The problem occurs if I have jms/serializer version 3.31.0 installed
With version 3.30.0 the problem does not occur.
I debugged what exactly the problem is
For the moment, I would limit the jms/serializer version in the composer to 3.30.*.