Error in console log when editing node - not working ckeditor, toolbar etc.
>>> [!note] Migrated issue
<!-- Drupal.org comment -->
<!-- Migrated from issue #3531232. -->
Reported by: [sebastian.langierowicz](https://www.drupal.org/user/3748430)
Related to !39
>>>
<h3 id="summary-problem-motivation">Problem/Motivation</h3>
<p>There is error in console log when editing node</p>
<pre>Uncaught TypeError: Cannot read properties of undefined (reading 'objectSizeSmall')<br> at mediaResize.js?sy5bo8:1:8512<br> at mediaResize.js?sy5bo8:1:13436<br> at mediaResize.js?sy5bo8:1:13452<br> at mediaResize.js?sy5bo8:1:236<br> at mediaResize.js?sy5bo8:1:241</pre><p>After switching off aggregation there is an extra error:</p>
<pre>CKEditorError: plugincollection-plugin-not-found {"plugin":null}<br>Read more: https://ckeditor.com/docs/ckeditor5/latest/support/error-codes.html#error-plugincollection-plugin-not-found<br> at ckeditor5-dll.js?v=45.2.0:5:160418<br> at ckeditor5-dll.js?v=45.2.0:5:160477<br> at Array.forEach (<anonymous>)<br> at u (ckeditor5-dll.js?v=45.2.0:5:160279)<br> at l.init (ckeditor5-dll.js?v=45.2.0:5:158767)<br> at w.initPlugins (ckeditor5-dll.js?v=45.2.0:5:172181)<br> at editor-classic.js?v=45.2.0:4:11082<br> at new Promise (<anonymous>)<br> at w.create (editor-classic.js?v=45.2.0:4:11039)<br> at Object.attach (ckeditor5.js?sy5bo8:373:21)</pre><p>Because of that ckeditor and toolbar not working.</p>
issue