[SOLVED] Eth raw signing data not supplied

I have an error where I suspect it comes from the moralis server itself because it comes when calling the login function of ParseUser, so basically Parse has nothing to do with ETH, I can only think of the server expecting a value that Iā€™m missing, the question is what value exactly.
Error in the response ā€œEth raw signing data not suppliedā€

Oh man, the problem was a wrong key in the passed data, it must be exactly ā€œdataā€, I was using another key for it, didnā€™t though it would make a difference.