Eror when initializing web3auth

Hi everyone! Has anyone encountered this error when initializing web3auth? I use “@web3auth/no-modal-react-hooks”: “^8.6.2”.



Hi @dev.amsets,

I’m testing the no-modal example and attempting to replicate it. I will get back to you as soon as possible.

Thanks for your patience.

Did you check our EVM no-modal example ?

Yes, but I use
import { Web3AuthProvider as Web3AuthProviderLibrary, useWeb3Auth } from "@web3auth/no-modal-react-hooks";

and I call init() function from the useWeb3Auth hook for initialize web3auth, whitch imported from "@web3auth/no-modal-react-hooks"

Did you reproduce this bug locally?

no, could you share a minimal reproducible example.

 "@web3auth/base": "8.6.2",
    "@web3auth/ethereum-provider": "8.6.2",
    "@web3auth/no-modal": "8.6.2",
    "@web3auth/no-modal-react-hooks": "^8.6.2",
    "@web3auth/openlogin-adapter": "8.6.2",
    "@web3auth/solana-provider": "8.6.2",

Simple example below



hi @dev.amsets

Please try to follow our example for PnP no-modal with Solana

Thanks

Hey @dev.amsets, is this issue solved?

No, so I decided to use another approach

Okay, in that closing the ticket, feel free to open the ticket if you need help.

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.