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
A bug can arise if steps 2 or 3 fail, or if step 1 succeeds on the server but fails on the client (likely due to network failure). If this happens, trying to re-add the server will fail because the server will respond with “you can’t do this, we already have this project”.
To fix this, we should:
Make adding a project idempotent on the server side. (See the associated issue on comapeo-cloud.)
Make assigning the role idempotent in this repo.
The text was updated successfully, but these errors were encountered:
Adding a server peer basically has 3 steps:
A bug can arise if steps 2 or 3 fail, or if step 1 succeeds on the server but fails on the client (likely due to network failure). If this happens, trying to re-add the server will fail because the server will respond with “you can’t do this, we already have this project”.
To fix this, we should:
comapeo-cloud
.)The text was updated successfully, but these errors were encountered: