Closed mitraganesh closed 3 years ago
Cross referencing with forum post, (for future-proofing purposes).
@mitraganesh Thanks for raising this.
I've haven't experienced this exact scenario before, so not sure if it's an issue with Contentment or the redirect rule you have in place?
Depending if you have debug
mode enabled (in the Web.config), then either the JavaScript for Contentment would be loaded from ~/App_Plugins/Contentment/contentment.js
(if debug=true
) or from ClientDependency's JavaScript bundle, (if debug=false
), e.g. ~/DependencyHandler.axd?s=<big long querystring param>&t=Javascript&cdv=<version number>
.
Do you have any other packages installed? Are they experiencing a similar issue?
I suspect that you may need to add "DependencyHandler.axd" to your redirect rule?
That's great!!! DependencyHandler.axd to the redirection rule was solved the issue.
Which Contentment version are you using?
1.4.3
Which Umbraco version are you using? For example: 8.14.1 - don't just write v8
8.3.6
Bug summary
I am not sure this is a bug or not.
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.
Steps to reproduce
NA
Expected result / actual result
No response
Do you have Umbraco ModelsBuilder enabled?
What browsers are you seeing the problem on?
Firefox, Safari, Microsoft Edge