LiveQueries Subscription giving Error when using WhereEqualTo

Hello, I hope someone could help me solve this error. I’m getting an error whenever I use the query = query.WhereEqualTo("ethAddress", PlayerManager.Instance.walletAddress); to subscribe on live queries. My code is

And the Error I’m having is

Thank you!

Without that filter it works fine?

Yes, that is correct.