Only some emails: Could not get result from Torus Nodes

Hi,

Most of our users do not have any problem loging in through the google oauth nor the passwordless email login.

However, some of our users are having problem loging in with the passwordless email login and get a « Error - Something went wrong - Could not get result torus nodes ». Strangely that user can get log in using his email (gmail) using the google oauth but not the passwordless email. however, he needs to retrieve his passwordless email wallet since he bought an NFT using it (ETH wallet).

What’s going on ? I tried reproducing his error on my laptop (where I can both login using google oauth & passwordless email on the same address) and the error still happens. it seems like it must be email related (it’s a gmail email, where the passwordless link was opened from a linked outlook.live account).

Any idea what might be going on ?

I’m trying to reply as best as I can to the questions below, but I’m unsure what some of them ask. please let me know if you need anything else.

When asking for help in this category, please make sure to provide the following details:

  • SDK Version:

    @web3auth/base”: “^7.0.2”,
    @web3auth/ethereum-provider”: “^7.0.4”,
    @web3auth/no-modal”: “^7.0.2”,
    @web3auth/openlogin-adapter”: “^7.0.2”,
    @web3auth/web3auth-wagmi-connector”: “^5.0.1”,

  • Platform: windows 11 & linux (archlinux)

  • Browser Console Screenshots:




  • If the issue is related to Custom Authentication, please include the following information (optional):
    • Verifier Name:
    • JWKS Endpoint:
    • Sample idToken (JWT):

Also, kindly provide the Web3Auth initialization and login code snippet below. This will help us better understand your issue and provide you with the necessary assistance.

browser on which there is bug:

  • chrome
  • firefox 120.0.1
1 Like

@Vbin Welcome Aboard!

Thanks for your detailed post.

Firstly, please provide your Dapp URL to check the behavior from our end. Could you also provide some sample email addresses for Passwordless login which the users are unable to login, to check the logs?

Firefox browser needs some tweaking in it’s settings. I will link the article here for that. I would suggest we use Chrome as a reference browser for troubleshooting here.

We have some latest versions for the below packages which you should consider later:

@web3auth/base”: “^7.2.0”,
@web3auth/ethereum-provider”: “^7.2.0”,
@web3auth/no-modal”: “^7.2.0”,
@web3auth/openlogin-adapter”: “^7.2.0”,

Hi !

Thanks for the quick reply :slight_smile: Is there a way to MP/email you this information ? I’d rather not leak my client’s email on this public forum and I cannot reproduce the issue with my own emails.

Thanks,

Thomas

I have sent you a message. Please navigate to the left hand side Menu . Scroll down to find Messages > Inbox and share the details securely.

I also wanted to check on your Firefox browser, are you using an Adblocker extension? This is blocking access. Screenshot below:

Please disable any such extensions or VPN(if applicable) as well.

@Vbin I did not hear back from you. Did you get a chance to view my previous message?

Have you upgraded the package versions to these and checked the result? The error indicates your app is using an older version of Openlogin v5 when the latest is v6

let me check with my team to ensure that this is indeed the case, thanks for your reply !

Out of curiosity, any idea why the version mismatch would only affect some emails ?

The latest version v7 is packed with essential updates, enhancements, and some pivotal changes to further ease your development process. You can read more here

Got the same problem with

"@web3auth/modal": "^7.0.4"

Could not get result from torus nodes email not equal to body.email zachariah@goequitize.com Zachariah@goequitize.com

Hi @vjgee ,

Our user is still having the same problem with the updated (could not get result from torus nodes). I’m PM’ing you the problematic address in case that can help.

Thanks,

VB

Can you share your implementation code? Which environment is this happening in? Sapphire, Mainnet, etc?

Does the user get this error after the verification or before even completing the verificaiton?

This is happening on MainNet. The user gets this error after completing the verification (when clicking on the button in the confirmation email and coming back to the tab)

PS: I’m sharing with you the implementation code via PM

@Vbin Thanks for sharing the details via PM.

If Outlook is appending any additional parameters to the verification URL , you would need to check from your side. Also, do check if there are any email settings from Outlook preventing access from completing the verification.

@Vbin I wanted to check if you are facing any issues as this does not seem to be happening from our side with the email verification process.

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.