Hey guys,
I just upgraded a project to Umbraco 7.4 from Umbraco 7.3 and when i click on a content node I get nothing in the right hand view panel. There are no JS errors that I can see in the console.
I can publish fine just cant see the content panel.
Any ideas?
Hi, i did this a few dozen times today and it always worked... my immediate thought is that it's angular's view cache thats the issue. This is not invalidated by ClientDependency unfortunately and only invalidated by us when running in Debug mode (in your web.config which is not the default).
Hmm my web config compilation tag debug attribute is set to true. I tried switching it and then switching it back again but no joy.
I also did ctrl-f5 but nothing.
Hey Per,
When i inspect it everything does seem to be there. Just not visible. The other sections all seem fine. I can view members docu types etc.. just not content.
L
Wait a minute, Shannon I think you are on to something. I just logged in via incognito mode and i see content. It must be the angular view cache as you suggested.
Upgraded to Umbraco 7.4 cant access content nodes
Hey guys, I just upgraded a project to Umbraco 7.4 from Umbraco 7.3 and when i click on a content node I get nothing in the right hand view panel. There are no JS errors that I can see in the console.
I can publish fine just cant see the content panel. Any ideas?
L
Have to ask - you probably did though - did you update the ClientDependency cachebust number, and empty your localstorage?
I did now :) but still nothing unfortunately. L
Another silly question then! Same thing happens when using another browser?
Should probably note i upgraded via NuGet L
If you you inspect the area where that editor was supposed to be, what can you see in the browser dev tools?
Does an editor like the macro editor work? - does the new content type editor work?
Hi, i did this a few dozen times today and it always worked... my immediate thought is that it's angular's view cache thats the issue. This is not invalidated by ClientDependency unfortunately and only invalidated by us when running in Debug mode (in your web.config which is not the default).
If you clear your browser cache it should work
Hmm my web config compilation tag debug attribute is set to true. I tried switching it and then switching it back again but no joy. I also did ctrl-f5 but nothing.
browser cache? Easiest way in chrome is just have dev tools open and have the "Disable cache (while DevTools is open)" option enabled
Hey Per, When i inspect it everything does seem to be there. Just not visible. The other sections all seem fine. I can view members docu types etc.. just not content. L
I do get a 404 on my gravatar, but I doubt that is the cause of the issue?
Wait a minute, Shannon I think you are on to something. I just logged in via incognito mode and i see content. It must be the angular view cache as you suggested.
Thanks guys!
is working on a reply...