When the indexer storage is unavailable, queries to it return an HTTP error code.
Frontend queries should catch those errors and handle them gracefully, silently logging errors in the background.
A hotfix for this issue was to make all service indexer storage queries return None immediately.