ckeditor5
ckeditor5 copied to clipboard
Not working with nextjs 14 even with commercial license, it's working with 13 though
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
+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.
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
.