Only retry fetching the profile, not updating the local state with the result.
The `store.profile.read` operation which fetches the profile is done in a loop until it succeeds, on the basis that network requests may fail if connectivity is intermittent. The `update` step should always succeed however, so move it out of the loop.
Showing
Please register or sign in to comment