Skip to main content
0 votes
0 answers
98 views

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 (...
Iammatrixxx's user avatar
-1 votes
1 answer
103 views

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 ...
Bernardo Fonseca's user avatar
0 votes
0 answers
108 views

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 ...
jakia.amin's user avatar
0 votes
1 answer
90 views

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 ...
common task's user avatar
2 votes
0 answers
105 views

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, ...
Ketan Jakhar's user avatar
1 vote
1 answer
672 views

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 ...
Posh's user avatar
  • 11
0 votes
1 answer
3k views

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 ...
Earl Potters's user avatar