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>&nbsp;&nbsp;&nbsp; at mediaResize.js?sy5bo8:1:8512<br>&nbsp;&nbsp;&nbsp; at mediaResize.js?sy5bo8:1:13436<br>&nbsp;&nbsp;&nbsp; at mediaResize.js?sy5bo8:1:13452<br>&nbsp;&nbsp;&nbsp; at mediaResize.js?sy5bo8:1:236<br>&nbsp;&nbsp;&nbsp; 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>&nbsp;&nbsp;&nbsp; at ckeditor5-dll.js?v=45.2.0:5:160418<br>&nbsp;&nbsp;&nbsp; at ckeditor5-dll.js?v=45.2.0:5:160477<br>&nbsp;&nbsp;&nbsp; at Array.forEach (&lt;anonymous&gt;)<br>&nbsp;&nbsp;&nbsp; at u (ckeditor5-dll.js?v=45.2.0:5:160279)<br>&nbsp;&nbsp;&nbsp; at l.init (ckeditor5-dll.js?v=45.2.0:5:158767)<br>&nbsp;&nbsp;&nbsp; at w.initPlugins (ckeditor5-dll.js?v=45.2.0:5:172181)<br>&nbsp;&nbsp;&nbsp; at editor-classic.js?v=45.2.0:4:11082<br>&nbsp;&nbsp;&nbsp; at new Promise (&lt;anonymous&gt;)<br>&nbsp;&nbsp;&nbsp; at w.create (editor-classic.js?v=45.2.0:4:11039)<br>&nbsp;&nbsp;&nbsp; at Object.attach (ckeditor5.js?sy5bo8:373:21)</pre><p>Because of that ckeditor and toolbar not working.</p>
issue