Good day. We just moved from Moralis Server to Self-Hosted on heroku. All was ok before New Year. Then after New Year we canāt use Authenticate function, we receive message from this:
const { message } = await Moralis.Cloud.run("requestMessage", { address: account, chain: parseInt(chainId, 16), network: "evm", });
But when sign Heroku returns an error:
2023-01-01T16:41:16.219612+00:00 app[web.1]: error: Moralis auth failed, invalid data {ācodeā:101,āstackā:āError: Moralis auth failed, invalid data\n at /app/build/auth/MoralisEthAdapter.js:33:15\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 0)ā}