🐛 | Drupal core | Call to a member function getId() on null in Drupal\Core\Entity\EntityViewBuilder->getBuildDefaults(
🇮🇳India Rahulmon Johnson Cochin
This is due to the missing if condition to check if the entity has the isDefaultTranslation() function
if ($entity->isDefaultTranslation()) {
//
}