I keep getting 400 bad request on Moralis Verify EVM endpoint, even when using it from the API reference page.
Here is the request message:
docs.moralis.io wants you to sign in with your Ethereum account:\n0xAb5801a7D398351b8bE11C439e05C5B3259aeC9B\n\n\nURI: https://docs.moralis.io/\nVersion: 1\nChain ID: 1\nNonce: 16I9yHdRqsqkr6NHu\nIssued At: 2022-11-11T12:31:00.358Z
And response:
{
"statusCode": 400,
"name": "Error",
"message": "Invalid message: {\"success\":false,\"state\":103,\"length\":231,\"matched\":0,\"maxMatched\":64,\"maxTreeDepth\":15,\"nodeHits\":322,\"inputLength\":231,\"subBegin\":0,\"subEnd\":231,\"subLength\":231}"
}