- Issue created by @johnalbin
When trying to use an existing field for "Field with source information", the module throws a White Screen of Death fatal error:
The website encountered an unexpected error. Try again later.
Drupal\Core\Entity\EntityStorageException: 'field_storage_config' entity with ID 'media.field_media_keepeek_1_json' already exists. in Drupal\Core\Entity\EntityStorageBase->doPreSave() (line 519 of core/lib/Drupal/Core/Entity/EntityStorageBase.php).
Drupal creates the media type, but it is missing the *_json
field needed for Keepeek.
Create
media.field_media_keepeek
*_json
field needed for Keepeek is missing.When deciding what field machine names to use, make sure the fields don't already exist.
The solution is related to this issue 🐛 Confusing field names when creating 2+ Keepeek media types Active
?
?
Active
1.1
Code