7 questions
0
votes
0
answers
98
views
Why are some classes like EthereumAddress and EtherUnit undefined after upgrading to latest web3dart
I used web3auth and web3dart for a project 6 months ago, I need to update the project now and after updating to the latest version of web3dart (3.0.1, also tried 3.0.0), it shows some classes (...
-1
votes
1
answer
103
views
Web3auth ERROR: Invalid hook call. Hooks can only be called inside of the body of a function component
Describe the bug
I`m trying to implement web3auth modal on a react.js web app. I followed the integration-builder docs, even the webpack issues were already solved. Everything seemed to work until I ...
0
votes
0
answers
108
views
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 ...
0
votes
1
answer
90
views
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 ...
2
votes
0
answers
105
views
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, ...
1
vote
1
answer
672
views
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 ...
0
votes
1
answer
3k
views
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 ...