Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

297
Views
¿Cómo resuelvo WalletLoginError en web3auth?

Actualmente estoy trabajando en la autenticación web3auth. En su documentación, la mayor parte del código está escrito a máquina. Pero estoy usando javascript en mi proyecto Next.js. Estoy usando paquetes básicos para crear una interfaz de usuario personalizada. Pero obtuve este error de billetera cuando intenté iniciar sesión usando walletAdapters

Este es mi código para eso.

 const web3AuthCoreCtorParams = { clientId, chainConfig: { chainNamespace: CHAIN_NAMESPACES.EIP155, chainId: "0x1", rpcTarget: "https://rinkeby.infura.io/v3/9aa3d95b3bc440fa88ea12eaa4456161", // This is the testnet RPC we have added, please pass on your own endpoint while creating an app }, }; // creating new web3auth instance const web3AuthInstance = new Web3AuthCore(web3AuthCoreCtorParams); subscribeAuthEvents(web3AuthInstance); const openloginAdapter = new OpenloginAdapter({ adapterSettings: { clientId, network: "testnet", uxMode: "redirect", }, }); web3AuthInstance.configureAdapter(openloginAdapter); const web3authProvider = await web3AuthInstance.connectTo( WALLET_ADAPTERS.OPENLOGIN, { relogin: true, loginProvider: "discord", } ); setProvider(web3authProvider); };

Y el error que estoy recibiendo es

 Unhandled Runtime Error WalletLoginError: Failed to connect with walletFailed to login with openlogin Call Stack Function.fromCode node_modules/@web3auth/base/dist/base.esm.js (315:0) Function.connectionError node_modules/@web3auth/base/dist/base.esm.js (320:0) OpenloginAdapter.connect node_modules/@web3auth/openlogin-adapter/dist/openloginAdapter.esm.js (141:12) async Web3AuthCore.connectTo node_modules/@web3auth/core/dist/core.esm.js (105:0)

Estoy usando la versión 1.0.0

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!