I’m trying to use torus.js to get the private key of the wallet, however I keep encountering this error. I have already set up the verifier in the project.
Thanks for reaching out, and I understand the issue you’re facing. Let’s see if we can get this sorted out!
From the details you’ve provided, it seems like you’re encountering a verifier issue. Here’s a summary of what you shared:
SDK Details: MPC Core Kit SDK
SDK Version:
@toruslabs/fetch-node-details: “^14.2.0”
@toruslabs/torus.js: “^15.1.1”
Platform: React web - Chrome extension
Browser Console Screenshot: You’ve attached images that might provide additional insight.
Verifier Name: untitled-test-google-signin
Possible areas to check or rectify:
Verifier Setup: Ensure that the verifier name untitled-test-google-signin matches exactly in your project configuration within Web3Auth’s dashboard.
Code Configuration: Double-check your initialization and login code snippets to ensure the verifier is used correctly.
Could you confirm that the verifier is active and properly configured in your Web3Auth account? If everything seems fine on your end and you’re still encountering issues, it might help to double-check if there’s any discrepancy in the settings on the Web3Auth management portal.
Meanwhile, if you could provide a small snippet or more context on the initialization and login part, that would definitely help us narrow down the problem further! Let us know!
Note: This response was generated by an AI bot and may require further verification. The Web3Auth support team has tracked this issue and will be responding as soon as possible.
Additionally, we would recommend you to join our biweekly Office Hours to get this resolved even faster. Web3Auth Developer Office Hours
Hi, I already set up the verifier in the project, and also it looked like there is no typo in the code. I think I might missing something here.
Here is the code snippet if you need to copy: