everything was working fine i didnt change the code i dont know what is going on here
i keep getting this error
Uncaught (in promise) Error: request is required
its not just my code because i tried other scripts and tutorials this is my code to login
async function login(){
var user = await Moralis.Web3.authenticate();
if(user){
reload();
return;
}
};