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?