[SOLVED] Self-hosting Parse Server unknown parameter: address issue

we have a new fix now merged: https://github.com/MoralisWeb3/Moralis-JS-SDK/pull/956

1 Like

Hey @PWDev

Can you check again and confirm whether the fix is valid for the newest version of the SDK :grinning_face_with_smiling_eyes:

Hi guys,
getTokenMetadata and uploadFolder are working fine now.
But, apparently there is a new problem.

As far as I see, after the new changes, all the parameter names are converted to camel case in upgradeRequest function on parse server, and this causes incompatibility between my ABI and function parameters, that’s why runContractFunction fails now.

I’ll send this to the team again

this one should be fixed with this PR: https://github.com/MoralisWeb3/Moralis-JS-SDK/pull/961

Everything looks working fine now :+1:

Thanks guys,

1 Like