text
text copied to clipboard
Improve reconnect/error handling if server requests take long or return an unexpected status
We currently don't handle those cases very well, we should check and fix
- The requests to the server take long (e.g. 30s and then time out)
- The server replies with a http code like
- 503, Apache HTML response: The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.
- 504 Gateway timeout
- 502 bad gateway
- Nextcoud maintenance mode