Edit+ preview mode crashing / timing out


(Oliver Kass) #1

Hi folks,

 

Has anyone come across an error with Edit+ that causes preview mode to crash for live assets? I've not come across this before but it appears to try to load the preview and then stalls before Chrome eventually throws up a dreaded "page unresponsive" error.

 

All other aspects of the Edit+ interface appear to be working as normal.

 

Preview mode is also working fine for non published pages in Edit+...

 

Thanks

 

Oli

 

 

 

 


(Bart Banda) #2

Hey Oli,

Hard to tell without looking directly at the edit+ interface and reviewing what's going on there. I'm guessing there must be something inside the preview frame that is causing it to stall? Does it happen if you try and preview a page that has a simple design on it? Like just text? Sounds like there is an issue with the site implementation itself.


(Oliver Kass) #3

Thanks Bart,

 

I figured it out... our main css file had been updated and was missing a closing bracket...this was causing the preview to endlessly cycle round.


(Bart Banda) #4

Yep, Chrome will not handle this nicely. Same thing with missing closing brackets in JS sometimes.