Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

The "paragraph" entity type does not exist. in Drupal\Core\Entity\EntityTypeManager->getDefinition()

On Drupal 8.8.8 with paragraphs:^1.12, getting this error:

The "paragraph" entity type does not exist. in Drupal\Core\Entity\EntityTypeManager->getDefinition() 

Same error with other versions of paragraphs.

like image 589
Paul Croarkin Avatar asked Oct 17 '25 17:10

Paul Croarkin


1 Answers

Since you installed Drush, you can use the following command to delete the configuration object from the database.

drush cdel core.entity_view_mode.paragraph.preview
like image 50
Dharmesh Barot Avatar answered Oct 20 '25 07:10

Dharmesh Barot