When consult an order, error 'The website encountered an unexpected error. Please try again later."
In the log
Warning: Undefined variable $element in Drupal\commerce\Plugin\Field\FieldFormatter\RemoteIdDefaultFormatter->viewElements() (line 31 of /var/www/html/web/modules/contrib/commerce/src/Plugin/Field/FieldFormatter/RemoteIdDefaultFormatter.php)
TypeError: Drupal\Core\Render\Element::children(): Argument #1 ($elements) must be of type array, null given, called in /var/www/html/web/core/lib/Drupal/Core/Field/FormatterBase.php on line 93 in Drupal\Core\Render\Element::children() (line 72 of /var/www/html/web/core/lib/Drupal/Core/Render/Element.php)
Pb : missing
$element=[];
in RemoteIdDefaultFormatter.php
Comments
Comment #3
jsacksick commentedCommitted the attached patch, thanks for reporting this!