So I was trying to implement web3auth by following these steps:
https://docs.moralis.io/moralis-dapp/users/crypto-login/web3auth
and I got the error shown above, so I cloned the repo youtube-tutorials/web3auth, install it using yarn, and the same error. What could it be? I can use Moralis authenticate otherwise w/o any issues and Iβve already logged in using web3auth on other sites.
There are no console log errors, just this issue:
Indicate whether to send a cookie in a cross-site request by specifying its SameSite attribute
EDIT: It works on macOS, though. the issue is on PC.