diff --git a/core/modules/ckeditor5/js/ckeditor5.js b/core/modules/ckeditor5/js/ckeditor5.js
index 583c707fd9542b56caf6639c85a48bed17f2f46f..0dfd4f12852a0fea4a41ea93fea83f5f980f0d49 100644
--- a/core/modules/ckeditor5/js/ckeditor5.js
+++ b/core/modules/ckeditor5/js/ckeditor5.js
@@ -419,6 +419,10 @@
           }
         })
         .catch((error) => {
+          // eslint-disable-next-line no-console
+          console.info(
+            'Debugging can be done with an unminified version of CKEditor by installing from the source file. Consult documentation at https://www.drupal.org/node/3258901',
+          );
           // eslint-disable-next-line no-console
           console.error(error);
         });