maxBid was removed from the item query. So if you are querying it, you should remove it.
I recommend to only query the fields you actually need to avoid such problems. I had the same issue with the backend that fetches the SN stats for each post at ekzy.is: fetching too much I don't need and then it breaks unnecessarily.
maxBid
was removed from the item query. So if you are querying it, you should remove it.