When asking for help in this category, please make sure to provide the following details:
-
SDK Version(package.json):
-
Platform: Web
-
Browser Console Screenshots:
-
If the issue is related to Custom Authentication, please include the following information (optional):
- Verifier Name:
- JWKS Endpoint:
- Sample idToken (JWT):
const web3auth = new Web3Auth({
clientId,
chainConfig: {
chainNamespace: CHAIN_NAMESPACES.EIP155,
chainId: '0x13881',
rpcTarget: 'https://polygon-mumbai.api.onfinality.io/public',
},
uiConfig: {
theme: 'dark',
// loginMethodsOrder: ["facebook", "google"],
appLogo:
'http://localhost:3000/static/media/logo.06d79dbb05db74889e044acd02e4aaca.svg', // Your App Logo Here
},
});
Also, kindly provide the Web3Auth initialization and login code snippet below. This will help us better understand your issue and provide you with the necessary assistance.