When trying to search for anything in bitbutcket repositories get "Resource not found".
Feature was working last week (some collegues says that feature stopped to work for them 2 month ago but didn't report at that moment).
a) how it could happen within one workplace?
b) how it can be solved?
For example searching for keyword "var" (which is common for c# projects and for sure has a lot to show).
Inspecting dev tools Network tab shows that first it calls ...search?q=var with OK response and then calls !api/2.0/teams/....../code?search_query=var&fields=%2Bvalues.file.commit.repository.mainbranch.name
and that returns 404