apigee / apigee-edge-drupal

The Apigee Edge module enables you to integrate a Drupal 9 or 8 site with Apigee.
https://www.drupal.org/project/apigee_edge
GNU General Public License v2.0
32 stars 45 forks source link

WSOD while creating select list field on Developer Apps & Team Apps #1057

Closed kedarkhaire closed 3 months ago

kedarkhaire commented 6 months ago

Description

Drupal 10.2 issues for Apigee custom entities - DeveloperAppFieldTest message was not found error message triggered, while creating select list field on Developer Apps & Team Apps

Steps to Reproduce

Steps to reproduce the behavior:

  1. Go to 'Developer Apps/Team Apps manage fields page'.
  2. Try to add select list field with proper field name
  3. It will throw error of TypeError: Drupal\Core\Field\FieldTypePluginManager::createFieldItem(): Argument #1 ($items) must be of type Drupal\Core\Field\FieldItemListInterface, null given, called in /web/core/modules/field/src/Entity/FieldStorageConfig.php on line 701 in Drupal\Core\Field\FieldTypePluginManager->createFieldItem() (line 89 of /web/core/lib/Drupal/Core/Field/FieldTypePluginManager.php).

Actual Behavior

The website encountered an error - a message is shown with WSOD.

Expected Behavior

Select list field should be created.

Version Info

Drupal 10.2, PHP 8.2 & above