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
I am running rmfakecloud from a docker container on a separate machine, fronted by an nginx proxy, using DNS records to direct the tablet toward the server.
The tablet requests
/data/users/$USER/sync/root, which contains an ascii-encoded hash value, $HASH
/data/users/$USER/sync/$HASH
Both requests are served with a 200 response. The sync immediately fails with a message on the tablet:
Failed building server state, you might need to update.
Tablet is running 3.7.0.1930
Server is running a docker image with v0.0.14
The user account is using sync 1.5
The text was updated successfully, but these errors were encountered:
Looking for advice on next debugging steps:
I am running rmfakecloud from a docker container on a separate machine, fronted by an nginx proxy, using DNS records to direct the tablet toward the server.
The tablet requests
/data/users/$USER/sync/root
, which contains an ascii-encoded hash value, $HASH/data/users/$USER/sync/$HASH
Both requests are served with a 200 response. The sync immediately fails with a message on the tablet:
Tablet is running 3.7.0.1930
Server is running a docker image with v0.0.14
The user account is using sync 1.5
The text was updated successfully, but these errors were encountered: