You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I am trying to integrate the aptos keyless account into my application and I follow this documentation but at the point of submitting my transaction onchain I am getting this error.
AptosApiError: Fullnode error: {"message": "Account not found by Address(0x10d06a9bb56a8c9d09c1cda6c185
80a43c9196a9e9bfca2c774f93acc4945f5) and Ledger
version(14827947)","error_code": "account_not_found","vm_ error_code":null)
So this is saying the account not found, probably because I haven't sent any token to it, but from the docs there is no way of know the address ahead of time, or am I missing something?
What error, if any, are you getting?
AptosApiError: Fullnode error: {"message": "Account not found by Address(0x10d06a9bb56a8c9d09c1cda6c185
80a43c9196a9e9bfca2c774f93acc4945f5) and Ledger
version(14827947)","error_code": "account_not_found","vm_ error_code":null)
What have you tried or looked at? Or how can we reproduce the error?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Describe your question in detail.
Hi, I am trying to integrate the aptos keyless account into my application and I follow this documentation but at the point of submitting my transaction onchain I am getting this error.
So this is saying the account not found, probably because I haven't sent any token to it, but from the docs there is no way of know the address ahead of time, or am I missing something?
What error, if any, are you getting?
AptosApiError: Fullnode error: {"message": "Account not found by Address(0x10d06a9bb56a8c9d09c1cda6c185
80a43c9196a9e9bfca2c774f93acc4945f5) and Ledger
version(14827947)","error_code": "account_not_found","vm_ error_code":null)
What have you tried or looked at? Or how can we reproduce the error?
By following this docs you can recreate the error
Which operating system are you using?
macOS
Which SDK or tool are you using? (if any)
TypeScript SDK
Describe your environment or tooling in detail
This is a react-native application
Beta Was this translation helpful? Give feedback.
All reactions