Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Ganesh Mitra 49 posts 199 karma points
    Sep 30, 2021 @ 11:25
    Ganesh Mitra
    0

    Contentment plugin return angular error when on azure load balancer

    Using v1.4.3 contentment plugin in umbraco v8.6.3

    Everything working fine in non load balancer server but not worked in my live load balancer server. I have a redirection rule in cms server

    > <rule name="Redirect To Main" enabled="true">
    >           <match url=".*"/>
    >           <conditions logicalGrouping="MatchAll">          
    >             <add input="{R:0}" pattern="^umbraco/?" ignoreCase="true" negate="true"/>            
    >             <add input="{R:0}" pattern="^App_Plugins/?" ignoreCase="true" negate="true"/>
    >             <add input="{R:0}" pattern="^umbraco/backoffice/?" ignoreCase="true" negate="true"/>
    >             <add input="{R:0}" pattern="^backoffice/?" ignoreCase="true" negate="true"/>
    >             <add input="{R:0}" pattern="^umbraco/Surface/?" ignoreCase="true" negate="true"/>
    >             <add input="{R:0}" pattern="^umbraco/api/?" ignoreCase="true" negate="true"/>
    >             <add input="{R:0}" pattern="^umbraco/assets/?" ignoreCase="true" negate="true"/>
    >           </conditions>
    >           <action type="Redirect" url="https://www.xxx.com.au/{R:0}"/>
    >         </rule>
    

    I am getting console error for datalist

    The controller with the name 'Umbraco.Community.Contentment.DataEditors.ConfigurationEditor.Controller' is not registered.

    And

    The controller with the name 'Umbraco.Community.Contentment.DataEditors.DataList.Preview.Controller' is not registered.

  • Lee Kelleher 4020 posts 15802 karma points MVP 13x admin c-trib
    Sep 30, 2021 @ 12:27
    Lee Kelleher
    100

    Cross referencing with forum post, (for future-proofing purposes).

    Hi Ganesh,

    I've replied on the GitHub issue... https://github.com/leekelleher/umbraco-contentment/issues/138#issuecomment-931274629

    Cheers,
    - Lee

Please Sign in or register to post replies

Write your reply to:

Draft