I have a Studio site that is generally running OK but I am trying to debug some rogue behavior, which I don’t need help with here but I see the following also, and I am trying to determine whether I need to worry about it:
I see this error (obviously the id changes) in the logs, sometimes as much as 10 times a day. This is from Google Cloud logs for the site:
{
"insertId": "0e47dc30-99d8-4fa6-8263-cfededfa8eaa",
"jsonPayload": {
"message": "Invalid filter operator, INVALID_ARGUMENT: [com.wixpress.members.members-ng-api~com.wixpress.members.api.Members#queryMembers] Invalid field updateddate",
"serviceContext": {
"service": "N/A",
"version": "none"
},
"jsonContent": {
"broadCode": "WD_VALIDATION_ERROR",
"duration": 695,
"operation": "find",
"collection": "Members/PrivateMembersData",
"sensitiveDetails": {},
"errorCode": "WDE0080"
}
},
"resource": {
"type": "global",
"labels": {
"project_id": "wix-managed-d7c5c02d"
}
},
"timestamp": "2026-08-29T20:12:12.466000080Z",
"severity": "ERROR",
"labels": {
"tenantId": "80739fe0-d4bc-4b66-83d5-6f8d06d91328",
"viewMode": "Site",
"namespace": "Velo",
"revision": "none",
"corvidTimestamp": "2026-08-29T20:12:12.475Z"
},
"logName": "projects/wix-managed-d7c5c02d/logs/80739fe0-d4bc-4b66-83d5-6f8d06d91328",
"operation": {
"id": "1788034331.75115357949711413",
"producer": "backend"
},
"receiveTimestamp": "2026-08-29T20:12:14.973835069Z"
}
I am actually not querying “Members/PrivateMembersData” directly on this site at all…so I assume that an API call queryMembers(options) (in wix-members.v2) is what is causing it. I have added some console.log commands where this is used, to see if it turns up in the log next to the error next time…but I suspect it won’t.
Obviously, if I were calling this collection, then I would not be referring to updateddate (which doesn’t appear anywhere in my code for the site either), I’d be using _updatedDate.
Can anyone help me understand what is happening here? Can anyone at Wix use the info above to diagnose what is occuring - I am assuming an API call is broken at this point but I can’t tell if it’s actually a problem on my site or not.
I cannot force this to happen by browsing the site, logging in or any other activity…so I am confused but really use some help. If anyone has any ideas, I’d be glad to hear them.
Simon.