Closed nosovk closed 1 year ago
Netlify CMS has a background service status check and shows an alert when the Git backend is down.
https://github.com/decaporg/decap-cms/pull/3889
I think we need this and took a screenshot before:
The English label is
The backend service is experiencing an outage. See %{details} for more information
Time to time GitHub API can go down, and make responses with 5xx codes and body like that:
It would be nice to show some error modal with "Retry" button to retry the request. No errors silently ignored :(