So yesterday when I tried to upload some changes through Realm Sync, I got a “bad changeset” error:
Puzzled by the error (since I had extracted my C# schema objects via the web interface), imagine my surprise when I looked at the schema using Realm UI:
What happened to my schemas??!
Strangely, I was still able to download a fresh sync to the client (i.e. delete local Realm and re-run application). I just couldn’t upload any updates.
This morning I tried a “re-deploy” of my most recent schema change from github, via the Realm UI “Deployment” page. Fortunately, that seems to have fixed it. But if this happens when my app is in production use…?!
What happened here, I wonder?