Hello,
When I just execute this:
await Moralis.Web3.authenticate();
return;
I get following happy message in the browser console:
moralis.js:23696 Uncaught (in promise) Error: A duplicate value for a field with unique values was provided
at handleError (moralis.js:21728)
I clear User collection, try it again and have the same error (one row gets created in User collection in the process). Anyone could shed some light on this topic?