Hacker News new | ask | show | jobs
by dboyd 4351 days ago
I have the same issues. I do have Disconnect running, which blocks about 30-40 third-party requests made from your site. It looks like errors from mixpanel are breaking the rest of your app.

I do allow same-party interaction and cookies. (i.e., anything from montagebook will work.)

You may want to set your third-party analytics services to be asynchronous, so they aren't a single point of failure for your entire application.

1 comments

Agreed--we're looking into how we can have the site degrade a bit more gracefully for visitors that disable 3rd party services that aren't critical to the main experience.