-
Notifications
You must be signed in to change notification settings - Fork 26
Not able to export a suborganization wallet #597
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hey, the parent org has only read rights over the its sub-orgs, export is a write operation. This activity will need to be initiated using the sub-org id. |
I want to preface this by saying that I am using the free plan and im not sure if that's why this is happening. I kind of assumed that we would need to use the sub-org id instead, but even when I initialize with the sub-org details, I still get the same error message. This is my initialization. For further breakdown, these are the snippets from the file in referencing where relevant turnkey actions are happening or are related, and maybe there is something im genuinely not understanding that you could help me point out. The flow goes like this. I fetch the turnkey sub-organization ID details (which I've verified are correct) from the database:
I then initialize my client:
Then I get the export bundle from turnkey:
|
Hey @t-vila. Just wondering if you had any recommendations to solve this? We need to find a way to resolve this so that we can demo the full functionality before subscribing to the enterprise plan |
Uh oh!
There was an error while loading. Please reload this page.
I'm looking to add functionality to derive the recovery phrase for a Solana wallet so I can display that on a UI. I implemented the export wallet functionality off the docs I saw and currently running into a
Turnkey error 3: organization mismatch: request is targeting organization (), but voters are in organization () (Details: [])
where the targeting organization is my root organization id while the voters is the sub-organization id
I've chalked this down
exportWallet
and theturnkeyClient
not allowing sub-organization id's not being accepted. Please let me knowThe text was updated successfully, but these errors were encountered: