This repository was archived by the owner on Aug 27, 2018. It is now read-only.

Description
Hi,
When my computer goes to suspend, upon wakeup, I have the "account background saved error" on my home screen in the cozy tab that I left open.
It seems to be due to some failing AJAX call (https://github.com/cozy/cozy-home/blob/a223a53a59e968bce2b60b8ba7ae621f016fef40/client/app/views/account.coffee#L447), most likely due to the fact that I lost internet connection during suspend.
I am not sure if it is an expected behavior but I think this error message is not really cool for a few reasons. First, that's the only "alert" I have seen through Cozy (but I may have missed others), then it is not localized and the textual content is not really helpful to a non-tech user. Last but not least, as a user, I am unable to know what happened and whether my cozy will be operating fine, especially whether I should reload the page or if it is ok to go on.
Thanks!