Roslovets-Inc/strapi-plugin-ckeditor5

ckeditor crash in strapi v4.03

Closed this issue · 7 comments

strapi: "4.0.3",
strapi-plugin-ckeditor5: "^2.0.0-rc.2",
docker image: strapi/base

TypeError: Cannot read properties of undefined (reading 'components')

Facing the same issue

Same!

Same in 4.0.6, where weirdly it first worked, then I removed and added back, and got same crash.
Dunno if this helps since it's minified but might give a clue:
image

Did you run yarn strapi build - or npm run strapi build ? Also check for deps like in #42 (comment)

Hello all,
it seems that with version 4.1.0 the editor is working again :)

First it ceased working then I deleted node-modules & yarn.lock, did yarn, yarn strapi build and yarn strapi develop -> all is fine. Back to business.

I can confirm, that plugin v2.1.0-rc.1 works good with Strapi v4.1.5