Hello
When a registered customer wants to view their orders, the order list is displayed correctly. However, when they click on a specific order to view it, they see this error:
0: Cannot access offset of type string on string
Example of an order list that they can view
/en/my-order?layout=list
Example of a complete order that they cannot view
/en/my-order/number/A1B234567
It's possible to solve it? Thanks