NuPickers Data Types stopped working - Umbraco version 7.2.1
Hi Guys,
I have a live website using nuPickers 1.5.0
Now, today when I was inputting some content, (not relationships) I have noticed that every nuPikcers data type is not working. When I go to see all nuPickers data types, properies are not being shown and also, when I go to node to do a relationship, I see nothing.
I don't know exactly what happend. Relationships between content are still working.
NuPickers Data Types stopped working - Umbraco version 7.2.1
Hi Guys,
I have a live website using nuPickers 1.5.0
Now, today when I was inputting some content, (not relationships) I have noticed that every nuPikcers data type is not working. When I go to see all nuPickers data types, properies are not being shown and also, when I go to node to do a relationship, I see nothing.
I don't know exactly what happend. Relationships between content are still working.
Can anyone guide me please?
Thank you.
Just a note,
Recently, I have changed my website from HTTP:// to HTTPS://
What is the source of your nuPicker ?
Dave
Hi Dave,
What do you mean by Source?
The source of your nuPicker datatypes e.g. Examine, XMl, etc...
This is an example what I am seeing now.
Examine. Generally using TypedHead Lsit Picker
Hmm...strange
Do you see errors in your console ?
Dave
Yes, These Errors. Related to HTTPS
Do you have perhaps a rewrite url in place that appends a trailing slash ?
I see that the request to the views of nupickers end with a trailing slash.
Dave
Particulary, I have these:
But it is much more related to the HTTPS I think
Maybe you have some rewrites on IIS set. These can be found in the web.config
Hi Simon,
I just checked on of our sites under https. And no issues with nupickers there. So i think it has to do how you configured the https
I have this:
But this was working before set the HTTPS protocol
Maybe you set this condition in the rule for append trailing slash
Edit : by the way i see you have the rule for appending the trailing slash multiple times in there
Dave
Same Error :/
Strange,
I see the trailing slash has been removed, which is good.
Maybe you can clear your client dependency cache ?
Dave
How can I clear dependency cache?
It is quite strange though because it much more related to HTTPS
Hi Simon,
You can go to /App_Data/Temp/ClientDependency/ and clear everything in there.
And just to be sure go to /config/ClientDependency.config and increment the version attribute on the clientdependency tag.
And clear your browser cache.
Dave
The same Dave.
Mixed Content Error. Page loaded at https://..... but requested an insecure XMLHttpReuqest ednpoint with http://
Really strange,
We have nuPickers on multiple environments running https. Never seen this issue.
How are you putting your site under https ?
Dave
Via Cloudfare
Maybe you can add this rewrite url as first rule in your web.config. We always have this redirect in place if we want everything to be under https
Dave
I had a redirect loop once I add that rule.
Hmm..
I'm afraid i am out of options. Seems to me the issues is the cloudfare configuration.
Dave
Hi Simon,
Something just came to mind.
Can you check this app setting in you web.config
Dave
Hi Simon,
Were you able to solve this issue ?
Dave
is working on a reply...