subVerifierParams need to equal threshold 1

I’m currently stuck at this error when trying to use an aggregate verifier with web3auth and auth0. On my web3auth dashboard, I’ve setup an aggregate verifier with two sub verifiers, one auth0 google subverifier and an auth0 email + password subverifier.

Here’s my web3auth connect function:

Everything works fine if there’s only one subverifier in the array but my app uses both email+password and google social login for authentication, so I need a verifier for both login types.

Here’s the error on my browser console

I need help with this.

  • SDK Version: 7.3.1
  • Platform: Next JS

@astradev Welcome Aboard!

Your request has been forwarded to our Dev team and we will get back with further updates.

Hello,
Depending on the login type used, you should only pass one item into the subVerifierInfoArray.

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