ckeditor / ckeditor5

Powerful rich text editor framework with a modular architecture, modern integrations, and features like collaborative editing.
https://ckeditor.com/ckeditor-5
Other
9.56k stars 3.7k forks source link

Not working with nextjs 14 even with commercial license, it's working with 13 though #16342

Open xiaolongkipsi opened 6 months ago

xiaolongkipsi commented 6 months ago

Uncaught CKEditorError: pagination-invalid-license-key Read more: https://ckeditor.com/docs/ckeditor5/latest/support/error-codes.html#error-pagination-invalid-license-key at 8947.286d79dd2371178d.js:1:1484922

hukpo commented 2 months ago

+1 on this, but with document-outline-invalid-license-key

We had this issue in pages router and you suggested swcMinify: false as a temp solution. Then you fixed it in version 42 and all was great until we upgraded to app router and it's broken again.

Witoso commented 2 months ago

Nothing between versions you mentioned changed in license mechanism. This is highly dependand on the swc library and only happens in the Next.js setup. We are working on the full fix, so far we recommend using the workaround swcMinify: false.