The sync/config.json file is being ignored by realm-cli.
When I change anything in functions/ I will get the correct behaviour when using realm-cli push.
However, when I change said sync/config.json file, all I get is:
Deployed app is identical to proposed version, nothing to do
In case I update via the Realm UI, it saves correctly and next time I deploy, it pushes an “old version” of the sync/config.json file.
This not only happens on my local machine, but also in my GitHub Action. My changes in that file are just completely ignored and it keeps uploading the same version.