Web3Auth / mpc-core-kit

15 stars 4 forks source link

Unable to login with the existing email and different Web3AuthClientId. Error: "factorKey not present" #131

Open lwin-kyaw opened 2 months ago

lwin-kyaw commented 2 months ago

SDK Versions

This issue is related to the concurrent login issue, https://github.com/Web3Auth/mpc-core-kit/issues/115.

Steps to reproduce

A little bit more details about the issues

By following the trace, I found that the error is located in coreKit setupTkey method:

lwin-kyaw commented 2 months ago

I've made a draft PR, https://github.com/tkey/tkey-mpc/pull/10, which will fix this issue.