0

I've got a nodejs / angular app that occasionally gives me a blank page when I load it, along with $injector:modulerr errors in the console.

If I open my Chrome resources, I can locate and delete the 'c9.live.proxy' cookie, refresh the page, and everything loads fine. Then, a little while later, either due to time duration or perhaps changing something in the app, I'll get the blank page again. If I delete the cookie, I'm good to go.

Has anyone seen this?

James Gentes
  • 7,528
  • 7
  • 44
  • 64

1 Answers1

0

Just wild guessing here, it might have something to do with the live updating of HTML/CSS that cloud9 facilitates. Can you open the page in the preview panel, then press the gear icon and tick 'Disable live preview selection'.

Jan Jongboom
  • 26,598
  • 9
  • 83
  • 120