Get this error Failed running cloud function runContractFunction for user undefined
const options = {
chain: CHAIN,
address: data.contract,
function_name: ‘getListing’,
abi: ABI_MARKET,
params: { listingId: 3 },
};
await Moralis.Web3API.native.runContractFunction(options);
Should that be possible, after being connected