Questions tagged [web3auth]
7 questions
1
vote
0 answers
Error: Error occurred while verifying paramssubVerifierParams need to equal threshold 1 while using the web3auth/node-sdk
i am recieving Error: Error occurred while verifying paramssubVerifierParams need to equal threshold 1
web3auth.ts
import { Web3Auth } from '@web3auth/node-sdk';
import { CHAIN_NAMESPACES, SafeEventEmitterProvider } from '@web3auth/base';
import {…

Ketan Jakhar
- 31
- 3
1
vote
1 answer
Error: require() of ES Module NextJS Web3AuthConnector
I have a NextJS (Typescript) setup with Express . I'm using Moralis, Wagmi and Web3Auth for authentication. The Metamask authentication works, but when I try to setup Web3 Authentication by importing Web3AuthConnector it throws me an error.
My code…

Posh
- 11
- 3
0
votes
0 answers
Error: A state mutation is detected between two dispatches in NEXTJS
I'm using redux and web3auth with nextjs. But i'm encountering state mutation error in many places. this codebase used to work properly on reactjs. This error occurs sometimes and don't let me proceed with my application flow. And sometime it…

jakiatalks
- 1
- 3
0
votes
1 answer
How do I verify user through zerodev?
I have integrated Zero Dev and web3auth sdk in my system.
Now I want to verify users in the backend. So I tried to send web3auth.user.idtoken in the backend that verifies users but the wallet address it returns different from the one that I get in…

common task
- 31
- 1
0
votes
0 answers
Web3Auth method to enter email Id and get the value of wallet address as return value
Is there any web3Auth method which takes email id as input and returns a wallet address as output ?
The wallet address returned should be real .
By real I mean , if the user logs in with the emailId we get the same address that was our output from…

Gaurav Pant
- 101
- 4
0
votes
0 answers
How do I use web3auth-mpc with react native/expo?
Hey guys so I implemented web3auths react native boilerplate into my react native/expo app. However, I realized that they recently came out with a new MPC version, which I need to use. Unfortunately, they don't have any sort of react native / expo…

srbsteve
- 1
- 2
0
votes
1 answer
TypeError: Cannot read properties of undefined (reading 'call') on build but not dev for web3auth while initializing adapter
This seems like a repeat of TypeError: Cannot read properties of undefined (reading 'call') on build but not dev but I still can't find the issue.
I am running Vue/Vite.js app with web3auth installed. When I run vite in dev mode, it works as it is…

Earl Potters
- 31
- 7