ckeditor / ckeditor5-demos

Source codes for demos available at https://ckeditor.com/ckeditor-5/demo/
42 stars 61 forks source link

Error coming while integrating CKEditor 5 in my angular version 13 #32

Closed ruchamer closed 7 months ago

ruchamer commented 8 months ago

ERROR: TypeError: Cannot read properties of undefined (reading 'upload')

This above error is coming while i am integrating the CKEditor 5 in my angular version 13 project. And I am integrating the image upload functionality, using this site as base : https://ckeditor.com/docs/ckeditor5/latest/features/images/image-upload/simple-upload-adapter.html

So, When i am clicking on image button and selecting the image and click on open button that time this error is coming.

image Screenshot 2024-01-09 160306_1
Witoso commented 8 months ago

Hi! Thanks for the request. Please share with us your set up (build type, installation method) to help us debug.

ruchamer commented 8 months ago

Hi @Witoso we resolved the issue it is working now, Thank you for your concern.