Hi,
I’ve successfully setup a self-hosting parse server.
But, I’m getting unknown parameter: address error while using some APIs from moralis-v1.
For example, I call this function:
Moralis.Web3API.token.getTokenMetadata({ chain: chainId, addresses: [address], })
Apparently, the library adds the address parameter (address of the connected wallet), and parse server returns the error.
I’m using moralis-v1: 1.12.0.
And, the same problem occured with Moralis.Web3API.storage.uploadFolder as well.
What is the solution for this?
Thanks in advance.