There seems to be some bug in the code. Please contact support to fix this. Your system time is incorrect. Please correct your system time and login again

I have created Custom Auth verifiers. While using them I am getting error

“There seems to be some bug in the code. Please contact support to fix this. Your system time is incorrect. Please correct your system time and login again”


Can someone Help?

@deepak.decrypt Thanks for your recent communication.

Your issue has been forwarded to our team and we will get back with further updates once more information becomes available.

@deepak.decrypt Which network are you on?

Have you specified the web3AuthNetwork parameter during the Web3Auth No-Modal initialization ? I’ll paste a snippet here for your reference on where should it go. Please mention the network you are on Testnet, Mainnet, etc whichever you have setup up on the dashboard should match with the network in your code too.

import { Web3AuthNoModal } from "@web3auth/no-modal";
import { CHAIN_NAMESPACES } from "@web3auth/base";

const web3auth = new Web3AuthNoModal({
  clientId: "YOUR_WEB3AUTH_CLIENT_ID",
  web3AuthNetwork: "cyan",
  chainConfig: {
    chainNamespace: CHAIN_NAMESPACES.EIP155, // SOLANA, OTHER
    chainId: "0x1",
  },
});

Please refer to the guide below and follow the steps:

I was able to login to the demo without any errors: