Verifier not supported error with flutter

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

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.

  1. Web3Auth init code

  2. Login code

  3. Firebase helper code (I used my twitter api key and secret in my IDE)

  4. My verifier setting is web3auth dashboard

  5. My project details in web3auth dashboard
    (I can’t embedded additional capture) I selected Core Kit(MPC) and sapphire_devnet, and platform is flutter.

I tried every network like sapphire dev, mainnet, and torus testnet, mainnet.
And also if I use torus testnet, it didn’t work and logs are like below

Hi @boosik

I will discuss this matter with the team and provide you with a response shortly.

1 Like

Hey @boosik looking at the code you shared and error. I would like to know few things. Why are you using the web3auth_flutter and single_factor_auth_flutter both together. Both SDKs are different and have different usecases. If you can share the use case, I could help you choose the SDK. You can also read the documentation.

The first browser error you shared of verifier not supported, SingleFactorAuthFlutter doesn’t support Sapphire Mainnet networks. The Custom Verifier you have created is on Sapphire Devnet so it won’t work with SingelFactorAuthFlutter SDK.

The second error you shared is not from Web3Auth, it’s form web3dart and looks like you are using Goreli RPC. Goreli was deprecated and no longer works. You can read the announcement.

1 Like

thank you for reply @Ayush !
I am trying with Torusnetwork.testnet, and in this case goerli network may be used.
But I don’t set anything about network config… I downloaded web3dart in pubspec.yaml, but don’t use it anywhere. Can I change network setup?

Hey @boosik can you share the github repo for the code? If you are looking to use the SFA and Torusnetwork.testnet, you will need to create a verifier on Testnet in Web3Auth dashboard.

oh it finally worked with MPC(plug and play)! Thank you very much. I confused with Web3Flutter and SFA features.

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