Polygon/Matic Query issue

const TokenBalance = Moralis.Object.extend(props.balanceExtend);
            const query = new Moralis.Query(TokenBalance);
            query.equalTo("token_address", props.tokenaddress.toLowerCase());
            query.equalTo("address", props.address);
            const results = await query.find();

props.balanceExtend works on EthTokenBalance but not on MaticTokenBalance or PolygonTokenBalance.

Anyone have a clue?

Update I deleted the Moralis server and started with a fresh one. Now the Matic is gone (which was redundant anyway) but unfortunately the result hasn’t changed. I’ll continue on Ethereum hope it gets fixed.

Sorry found a typo that caused it. All is well.

1 Like

Fantastic, closing topic

Good luck!