I have a ASP.Net MVC Application with CKEditor which helps me to create/edit the images with note.
I placed my images in the azure blob storage and trying to edit them using CKEditor. I have added Azure connector in place. The Application is working in IIS and able to access the images from the blob storage and edit them. But after migrating to the Azure Web App its failing to load the language file with the following error:
"Could not start CKFinder: Language file is missing or broken"
Below link states that mime type is missing and needs to be added: CKFinder used in CKEditor does not work in my ASP
How do I update it in Azure WebApp(PaaS)?
You should add .json MIME type to your IIS configuration. Please read the docs https://ckeditor.com/docs/ckfinder/ckfinder3-net/quickstart.html#quickstart_troubleshooting_json