The Seed Phrase exported in web II and then restored in nodejs through Secp256k1KeyIdentity.fromSeedPhrase(...) are not consistent. When calling actor.whoami(), the return value in web and nodejs is different?
Or can the identity of web’s const identity = authClient.getIdentity(); be exported?
I believe other developers would be interested in this, so if you manage to do it and publish the results here, I would love to link them in our docs or FAQ page.
Thanks!
PS: remember that II gives a different identity to each dapp using the frontend domain as explained here.