Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
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.
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
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
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
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.
Hi Ganesh,
I've replied on the GitHub issue... https://github.com/leekelleher/umbraco-contentment/issues/138#issuecomment-931274629
Cheers,
- Lee
is working on a reply...