For some reason I can’t explain, I can no longer change the sync function for my server. I am using the Couchbase Postman Collection (Postman Collections for Sync Gateway Administration - The Couchbase Blog), even just re-imported it completely and entered the credentials, but when I try to change the sync function, I get a status 200, but the sync function does not change (as on this screenshot). I have checked that the admin credentials are correct, the account has Full Admin
permissions. In the console it prints the following:
2023-01-26T13:55:03.209Z [INF] HTTP+: #1243: --> 200 (218.0 ms)
2023-01-26T13:55:02.993Z [INF] HTTP: #1243: GET /*bucketname*/_config/sync (as <ud>admin</ud> as ADMIN)
2023-01-26T13:55:02.993Z [INF] Auth: #1243: User <ud>admin</ud> was successfully authorized as an admin
So no error here either. Now I don’t understand why the Sync Function doesn’t change (no change seen in the _sync:syncdata
document either).