Currently, it's possible to get into a state where no data loads. If a user creates a new Graphite Pro account and that post to the Graphite server fails, the Gaia file with the account data is still posted. This file is used to indicate whether a call should be made to the server. So the presence of that file means that a call will be made to the server where no data will be returned.
That all is OK. But if the failure is somehow due to CORS, that call to the server will never return and the state will be stuck pending.
Currently, it's possible to get into a state where no data loads. If a user creates a new Graphite Pro account and that post to the Graphite server fails, the Gaia file with the account data is still posted. This file is used to indicate whether a call should be made to the server. So the presence of that file means that a call will be made to the server where no data will be returned.
That all is OK. But if the failure is somehow due to CORS, that call to the server will never return and the state will be stuck pending.