I am dealing with the same issue as mikefilmworks
I am using const {authenticate} = useMoralis() v1.4.2 and I tried both web3auth and standard meta mask and both give the same error
Server error:
warn: DeprecationWarning: auth.moralisEth is deprecated and will be removed in a future version. auth.moralisEth.enabled: true
error: Moralis auth failed, invalid data {"code":101,"stack":"Error: Moralis auth failed, invalid data\n at S:\\Dropbox\\QuarkStars\\quarkstars-app\\_server\\src\\auth\\MoralisEthAdapter.ts:32:13\n at runMicrotasks (<anonymous>)\n
at processTicksAndRejections (internal/process/task_queues.js:95:5)\n at async Promise.all (index 0)"}
Client side response from localhost:1337/server/user
{"code":101,"error":"Moralis auth failed, invalid data"}
I tried upgrading to Moralis v1.12.0 but the npm package say it doesn’t exist when I do npm install [email protected] --save. I can go to v1.11.0 or to v2.7.4, but 1.12.0 is missing.