ckeditor5 icon indicating copy to clipboard operation
ckeditor5 copied to clipboard

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

Open xiaolongkipsi opened this issue 9 months ago • 2 comments

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

xiaolongkipsi avatar May 13 '24 21:05 xiaolongkipsi

+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.

hukpo avatar Aug 14 '24 16:08 hukpo

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.

Witoso avatar Aug 20 '24 08:08 Witoso