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.
Hmm ok , I’ll take a look at that once I check the logs
ETA: Thank you!
reply
Yep, removing maxBid from my query fixed it. Thank you!
reply