Description
Hi,
We're seeing today code 206 error saying "cannot modify user" . This happens for a specific existing user entry. With new user records we see no issues and we're checking if other users have the same issue.
We're using iOS SDK 1.12.0 and parse-server 2.2.7.
The below is taken from parse-server log - request to modify user that gets the error (the log is obfuscated for ip and other app details).
{"level":"verbose","message":"POST /parse/batch { host: 'my.parse.server',\n 'x-real-ip': '11.11.11.11',\n 'x-forwarded-for': '11.11.11.11, 11.11.11.11',\n 'content-length': '395',\n accept: '/',\n 'accept-encoding': 'gzip, deflate',\n 'accept-language': 'en-us',\n 'content-type': 'application/json; charset=utf-8',\n 'user-agent': 'OurApp/1.0.36 CFNetwork/758.3.15 Darwin/15.4.0',\n 'x-parse-app-build-version': '1.0.36',\n 'x-parse-app-display-version': '4.0.7',\n 'x-parse-application-id': '#######',\n 'x-parse-client-key': '#######',\n 'x-parse-client-version': 'i1.12.0',\n 'x-parse-installation-id': '90fd91e7-4242-4d4d-8955-3d0b1884b745',\n 'x-parse-os-version': '9.3 (15E65)',\n 'x-parse-session-token': 'DTKDknln9oHgI9PgP7pIHmuf9',\n 'x-forwarded-port': '443',\n 'x-forwarded-proto': 'https' } {\n "requests": [\n {\n "path": "/parse/classes/_User/tBWAwMXkUr",\n "method": "PUT",\n "body": {\n "locale": "en",\n "runCount": {\n "amount": 1,\n "__op": "Increment"\n },\n "lastSession": {\n "__type": "Date",\n "iso": "2016-05-09T11:36:37.843Z"\n },\n "authData": {\n "anonymous": {\n "id": "a9ba010b-f7b2-4349-8094-d0e315260db9"\n }\n },\n "deviceUUID": "6538277E-8851-4EC3-82C9-8CA8A1C8181C",\n "timezone": "Asia/Jerusalem",\n "countryCode": "IL",\n "songsPlayed": 11\n }\n }\n ]\n}","timestamp":"2016-05-09T11:37:15.311Z"}
{"level":"verbose","message":"{\n "response": [\n {\n "error": {\n "code": 206,\n "error": "cannot modify user tBWAwMXkUr"\n }\n }\n ]\n}","timestamp":"2016-05-09T11:37:15.367Z"}
Dror