Iām having error like this
the code is like this
async function login() {
let user = Moralis.User.current();
if (!user) {
user = await Moralis.authenticate();
ethAddress = user.get("ethAddress");
...
what i do wrong here? months ago this have no problemā¦
anyone can help, thanks.