- 🇺🇸United States trigve hagen Washington DC
Search for paragraph in your database. It will be a left over in your key_value table. At least it was for me.
SELECT * FROM `drupal10`.`key_value` WHERE (CONVERT(`collection` USING utf8) LIKE '%paragraph%' OR CONVERT(`name` USING utf8) LIKE '%paragraph%' OR CONVERT(`value` USING utf8) LIKE '%paragraph%')
- 🇫🇷France dqd London | N.Y.C | Paris | Hamburg | Berlin
@#14 your projec tis a very appreciated contribution. +1 for this! But I opened a ticket on your projects issue queue. This needs more documentation and some considerations. Hope my input was helpful over there.
Apart from that #7 🐛 The "paragraph" entity type does not exist error after uninstallation due to left key_value entries Active holds the solution for those humbling over it here.
- 🇮🇳India nitin.k INDIA
I faced the same issue, I did not have the paragraphs so uninstalled and installed the module again, and this worked for me.
Do not apply this unless you have paragraphs.