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
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.
The text was updated successfully, but these errors were encountered:
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: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.
The text was updated successfully, but these errors were encountered: