Try our conversational search powered by Generative AI!

Preview Unavailable error while loading page in Edit mode CMS 10.3

Vote:
 

Hi,

I recently updated my application to CMS 10.3 which is hosted on Azure cloud. Now, In edit mode for some of the pages while laoding in edit mode gives following error:

Preview Unavailable

Failed to load the preview within the given time constraints.

In console, it shows red in Network tab to:

?epieditmode=True (canceled) document widgets.js:2

Hope, someone have solution to this.

Thanks & Regards,

Sanket Mahimkar

#173511
Dec 30, 2016 15:41
Vote:
 

Hi again Sanket. 

As I mentioned in the other thread this can be resolved by increasing the timeout by setting an appSetting:

<appSettings>
    <!-- Set iframe timeout to 20 seconds -->
    <add key="episerver:ui:PreviewTimeout" value="20000" />
</appSettings>

More information can be found here: http://world.episerver.com/documentation/developer-guides/CMS/user-interface/configuring-cms-user-interface/

#173986
Jan 16, 2017 10:49
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.