Workflows not loading in dashboard

Logged in this morning (23 Nov 2017) and workflows are not loading, making it very difficult to manage my builds.

I see the same issue

I realized that viewing in Incognito mode does load the Workflow page.
Maybe it’s a token issue? Or cookie?

Yes, I cleared all cookies related to circle-ci and github, and signed in again. All’s well now

same here, thanks :slight_smile:

Ran into the same issue, checked dev console, found that an XHR is responding with an error:

POST https://circleci.com/query-api
414 Request-URI Too Long

The response body reads: exceed max line 4096
I’m thinking it’s because of the size of my cookie, which is 4122 characters long. Obviously, clearing cookies solves the problem (at least for now).

image