Skip to content
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

[QA] Unable to resume transaction via manual route - unexpected error #3122

Closed
agodlevska opened this issue Dec 27, 2024 · 2 comments
Closed
Labels
connect v2 Tickets that relate to the full redesign+sdkv2 replacement p1 Important issue

Comments

@agodlevska
Copy link
Collaborator

agodlevska commented Dec 27, 2024

Describe the current behavior in detail

Environment:

  • OS: macOS Sequoia 15.0.1
  • Wallets: Solflare, Martian
  • Browser: Google Chrome Version 131.0.6778.140 (Official Build) (x86_64)
  • Netlify preview

Steps to Reproduce:

  1. Perform a transaction via the manual route - 0.001 SOL from Solana (Solflare) to Aptos (Martian)
  2. Attempt to resume the transaction

Expected Result: The transaction should resume without any errors.
Actual Result: An error message is displayed, and the transaction cannot be resumed - An unexpected error has occurred. Please refresh the page.

Console:

Uncaught (in promise) Error: when deserializing item 'mintRecipient': chunk is shorter than expected: 133 < 145
    at updateOffset (main-BqCbYcCJ.js:286:9999)
    at deserializeItem (main-BqCbYcCJ.js:286:11810)
    at internalDeserialize (main-BqCbYcCJ.js:286:10219)
    at deserialize$2 (main-BqCbYcCJ.js:286:9768)
    at main-BqCbYcCJ.js:286:149265
    at deserializePayload (main-BqCbYcCJ.js:286:149502)
    at deserialize$1 (main-BqCbYcCJ.js:286:148883)
    at getVaa (main-BqCbYcCJ.js:291:20192)
TypeError: Cannot read properties of undefined (reading 'symbol')
    at getTokenDetails (main-BqCbYcCJ.js:411:39464)
    at getTransferDetails (main-BqCbYcCJ.js:411:39602)
    at Redeem (main-BqCbYcCJ.js:435:176233)
    at Nh (main-BqCbYcCJ.js:39:18669)
    at Vk (main-BqCbYcCJ.js:41:47458)
    at Uk (main-BqCbYcCJ.js:41:42913)
    at Tk (main-BqCbYcCJ.js:41:42843)
    at Ik (main-BqCbYcCJ.js:41:42691)
    at Nk (main-BqCbYcCJ.js:41:38796)
    at Ek (main-BqCbYcCJ.js:41:39657) {componentStack: '\n    at Redeem (https://deploy-preview-2985--wormh…et.netlify.app/assets/main-BqCbYcCJ.js:260:41813)'}

Attachments/Notes

Screen.Recording.2024-12-27.at.17.12.02.mov
Screenshot 2024-12-27 at 17 15 46
@agodlevska agodlevska added p1 Important issue connect v2 Tickets that relate to the full redesign+sdkv2 replacement labels Dec 27, 2024
@artursapek
Copy link
Collaborator

I fixed the symbol error. but I'm able to repro the mintRecipient in production.

  1. https://portalbridge.com
  2. resume Solana transaction 5hsE1fe5TimKspiwY5D2ASw51JbLzdGPW9xMC1hZi7DxbREt3v8HwQfnDiDoHAzX7TTRf4M4sK1pLtanGhM82j3D
  3. connect receiving wallet
  4. observe error:
image

@agodlevska
Copy link
Collaborator Author

The issue is no longer reproducible, and the transaction has resumed without unexpected error page.
Closing the ticket.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
connect v2 Tickets that relate to the full redesign+sdkv2 replacement p1 Important issue
Projects
None yet
Development

No branches or pull requests

4 participants
@artursapek @agodlevska and others