Hi @R when using version 1.0.7 I am getting the following error: CKEditorE

Hi @R
when using version 1.0.7 I am getting the following error:

CKEditorError: Failed to read the ‘cssRules’ property from ‘CSSStyleSheet’: Cannot access rules Read more: Error codes | CKEditor 5 Documentation to read the ‘cssRules’ property from ‘CSSStyleSheet’

I am not using any custom stylesheet and with version 1.0.4 I am not getting this error.

ANy idea how this can be solved?

Btw, I guess the Code samples are no longer valid for V2.0.0, are they?

Check what Yoeurm Many had said in the previous comment.
Here might be the reason:

<html>
	<head>
		<link rel="stylesheet" type="text/css" href="style.css">
	</head>
	...
</html>

If you want to try v2.0.0, you need to update your pom.xml;
I changed the groupId to <groupId>com.wontlost</groupId>, and rebuild the JAVA packages. Code samples have been updated too.

Hi Ryan,
thats what I meant before, sorry if I was not clear enough.
Yoeurm had made the following statement:

I have imported style (.css) file in html tag and render inside the component.

Whilst I do not use any own style or html file. I am using your Plugin as is.
But I will try V2 again today to see if that works.

Thank you

May I have a look at the source of your page? And the related code of the Plugin usage?