In my iOS app, I have this line of code PFQuery *totalQuery = [PFQuery orQueryWithSubqueries:@[queryClosed, query, pendingQuery, openQuery]]; that used to work, but after adding the new client configuration to my own parse server, it doesn't execute. Is this a bug with parse server?