Problem loading ckeditor.js for Rich Text Field

I have a Skuid page that allows the user to edit a field with is a Salesforce Rich Text Area field. It is provided to users via a VisualForce page on a Salesforce Site. Until a recent upgrade to Skuid 11.0.3 this was working fine.

Now the rich text field editor (CKEditor) never loads on the page. The console shows some errors (see below).

It seems like the browser is trying to load the ckeditor.js file from “c.secure.force.com” even though our Force.com domain is: citizensclimatelobby.force.com. Perhaps this is normal but it seems odd.

Is there some setting that I need to change in my Site, Page, or in Skuid related to upgrading to Skuid 11.0?

Console errors on Chrome:

Failed to load resource: net::ERR_NAME_NOT_RESOLVED
c.secure.force.com/ChapterPage/resource/1513694223635/skuid__HammerJS Failed to load resource: net::ERR_NAME_NOT_RESOLVED
c.secure.force.com/ChapterPage/resource/1513694223635/skuid__CKEditor/ckeditor.js Failed to load resource: net::ERR_NAME_NOT_RESOLVED
skuid__SkuidJS:5 Uncaught TypeError: Cannot set property ‘disableAutoInline’ of undefined
at skuid__SkuidJS:5
at m (skuid__SkuidJS:2)
at HTMLScriptElement.v.onerror (skuid__SkuidJS:2)

On Firefox:

Loading failed for the with source “https://c.secure.force.com/ChapterPage/resource/1513694223635/skuid__MomentJS”.
skuid__UI:1
Loading failed for the with source “https://c.secure.force.com/ChapterPage/resource/1513694223635/skuid__HammerJS”.
skuid__UI:1
Loading failed for the with source “https://c.secure.force.com/ChapterPage/resource/1513694223635/skuid__CKEditor/ckeditor.js”.
skuid__UI:1
TypeError: c is undefined
[Learn More]
skuid__SkuidJS:5:30481
Na/<
https://citizensclimatelobby.secure.force.com/ChapterPage/resource/1514942053000/skuid__SkuidJS:5:30…
m
https://citizensclimatelobby.secure.force.com/ChapterPage/resource/1514942053000/skuid__SkuidJS:2:12…
m/v.onerror
https://citizensclimatelobby.secure.force.com/ChapterPage/resource/1514942053000/skuid__SkuidJS:2:12…

Anyone have any thoughts on how to fix this issue?

Here is a test page that shows the issue: https://citizensclimatelobby.secure.force.com/ChapterPage/apex/skuid__UI?page=TextRichText

See the errors/warnings in the console.

What version of Skuid did you upgrade from?

Can you share the XML of a page using only standard objects and fields that reproduces this error?

We were on version 9.5.10.

The problem is related to a Rich Text Field. I’m not sure there is a standard object that has a Rich Text Field as a standard field. If you know of one I can create test XML with it.

Alternately is there  some other way to create a field that uses the Rich Text Area editor? 

I don’t see a way with UI Only Fields or with overriding meta data.

Tony

This seems to be have been resolved in version 11.0.5.