We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
So I am testing locally and i see that the transactions cannot be signed
The JS error thrown is
Uncaught (in promise) Error: assetMetadataHash must be a 32 byte Uint8Array or string. at MyAlgoConnect.signTransaction (main.js?a441:341:1)
and I believe it has to do with the file /frontend/src/components/cards/AddAssetCard.vue
/frontend/src/components/cards/AddAssetCard.vue
metadataHash: assetUUID.replaceAll('-', '')
the uuid is not a correct format.
if I remove this the transaction is signed but I notice that the app is stuck on waiting for confirmation
waiting for confirmation
The text was updated successfully, but these errors were encountered:
No branches or pull requests
So I am testing locally and i see that the transactions cannot be signed
The JS error thrown is
and I believe it has to do with the file
/frontend/src/components/cards/AddAssetCard.vue
the uuid is not a correct format.
if I remove this the transaction is signed but I notice that the app is stuck on
waiting for confirmation
The text was updated successfully, but these errors were encountered: