London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
AI OnAI Off
London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
It also gives follwoing error:
dojo.js:15 GET https://localhost:44302/EPiServer/Shell/10.3.0.0/ClientResources/EPi/cms/contentediting/editors/SelectionEditor.js 404 (File not found)
//Sanket
I have changed my ClientEditingClass from
ClientEditingClass = "epi.cms.contentediting.editors.SelectionEditor";
to
ClientEditingClass = "epi/cms/contentediting/editors/SelectionEditor";
//Sanket Mahimkar
Try changing to "epi-cms/contentediting/editors/SelectionEditor".
See http://world.episerver.com/documentation/Release-Notes/ReleaseNote/?releaseNoteId=CMS-2295.
/Peter
I did that just before your email. Thanks for the reply though and it worked!!
Happy new year!!
Regards,
Sanket Mahimkar
Hi,
Recently I have upgraded my application from CMS 9.12 to 10.3 hosted on Azure cloud. When I am trying to click on edit button for any block it is giving me below console error:
Failed to load resource: the server responded with a status of 404 (File not found) (dojo.js:15) (dojo.js:15)
dojo.js:15 Error: scriptError
at _f (dojo.js:15)
at HTMLScriptElement.
(anonymous) @ dojo.js:15
widgets.js:2 Error: scriptError
at _f (dojo.js:15)
at HTMLScriptElement.
For some of the pages, it gives error:
Preview Unavailable
Failed to load the preview within the given time constraints.
Could anyone help me out from this.
Thanks in advance.
Regards,
Sanket Mahimkar