Hi all,
I'm a bit new to error reporting, so let me know if there's anything else you need.

I've got a fresh Drupal 8.8.4 installation with, admittedly, a ton of modules - all carefully chosen, but maybe something could be causing a conflict? Field Layout is disabled.

What happens is that when I enable Field Group, it breaks my user Edit form (where you manually set your password, assign roles, etc)
I get that the error message is saying Entity display, but the problem resolves only when I turn off the Field Group module. Notably, this is the only form that breaks with a 500 error: The website encountered an unexpected error. Please try again later.

Here's the error log message:
Type php
Date Wednesday, March 25, 2020 - 13:06
Location http://localhost/drupal8_rev2/d8/web/user/1/edit?destination=%2Fdrupal8_...
Message InvalidArgumentException: Missing required properties for an EntityDisplay entity. in Drupal\Core\Entity\EntityDisplayBase->__construct() (line 122 of C:\wamp64\www\drupal8_rev2\d8\web\core\lib\Drupal\Core\Entity\EntityDisplayBase.php).
Severity Error
Hostname ::1

Comments

rex.barkdoll created an issue. See original summary.

rex.barkdoll’s picture

Status: Active » Closed (cannot reproduce)

I redeployed the site and started with enabling Field Group and no other modules and I'm not getting the 500 error this time. I'm slowly reenabling modules and will post again if I come across a conflict.