You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: