I got this error when deploying new changes for my realm app via realm-cli.
push failed: minimum required protocol version increase change not allowed: will add new property “trendingScores” to rule “app.books”, will add new property “trendingScores” to rule “app.booksummaries”, updating the sync schema compatibility version from 1 to 2, please ensure that you have updated to the most recent version of the client SDK
Just adding a new field to schemas. It can be done when I do it on Realm dashboard.
Could anyone help me with this case?
Could you guys share with me the way we store the realm app, I pulled the app via cli and push the whole configuration to my git repo.