[SOLVED] Moralis auth failed, invalid data {"code":101,"stack":" at async Promise.all (index 0)"}

i am facing the issue with signing with metamask

from the backend side i am getting this error, for which my fronted also started giving me this error

self hosted server console


Facing issue in verifying it throws error saying bad requesy 400

@cryptokid facing the issue here i thing there some changes in the backend my current code of frontend to login is like this i am changing it to the new authentic doc code. should i do it ?


should i update this to this one ?? LINK

Hi @Sufiyan

The signingMessage which you are passing here should be the message from requestMessage cloud functions

Please have a look at the below docs for an example on how you should update your auth logic when using parse server

https://v1docs.moralis.io/moralis-dapp/getting-started/self-hosting-moralis-server/client-connection

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.