Organization Settings keeps spinning

My account is linked with Bitbucket, and it has admin access.

Today I tried to access CircleCI setting… But everything failed there…
Plan Overview, Add containers, Organization Projects, Organization Users, Organization Context, Organization VCS, and Organization Security all have spinning going on for ages…

Inside Network tab of the browser, it’s all this:
Error 404: https://circleci.com/api/v1.1/organization/bitbucket/{orgName}/settings

Another failure is at “Team” button, where it has Error 404 on https://circleci.com/api/v1.1/organization/bitbucket/{orgName}/members

All other things looks fine… I could get it to build, and it shows in BitBucket fine…

Thanks

More updates…

Clicking into the Error 404 links and I got this json:

{
“message”: “{"type": "error", "error": {"message": "No user with username \"clojure.core$name@\"."}}”
}

Based on those URLs it seems like you aren’t fully logged in. Can you try clearing cookies and cache for circleci.com and open a ticket if that doesn’t help?

Thank you… It’s working today…

I don’t think it’s related to cookies… At the time when it was failing, I tried accessing it in Incognito mode and also clean Firefox and both failed… I also logged into my personal account and realized that all personal bitbucket was working but all team bitbucket were failing…
Switch to other computer and same thing happened…

But as long as it is working now it’s great! Thanks!!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.