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] Uncaught (in promise) error during transaction resume #3132

Open
agodlevska opened this issue Jan 3, 2025 · 2 comments
Open

[QA] Uncaught (in promise) error during transaction resume #3132

agodlevska opened this issue Jan 3, 2025 · 2 comments
Labels
connect v2 Tickets that relate to the full redesign+sdkv2 replacement p2 Low priority issue

Comments

@agodlevska
Copy link
Collaborator

Describe the current behavior in detail

Environment:

  • OS: macOS Sequoia 15.2
  • Wallets: OKX Wallet, Solflare
  • Browser: Google Chrome Version 131.0.6778.205 (Official Build) (x86_64)
  • Netlify preview

Steps to Reproduce:

  1. Initiate a transaction - 0.1 FTM from Fantom to Solana via token manual route
  2. Resume the transaction
  3. Observe the browser console for errors

Expected Result: The transaction should resume without errors or interruptions.

Actual Result: The following error is displayed in the console:

Uncaught (in promise) Error: when deserializing item 'mintRecipient': chunk is shorter than expected: 133 < 145
    at updateOffset (main-BGFYirgS.js:286:9999)
    at deserializeItem (main-BGFYirgS.js:286:11810)
    at internalDeserialize (main-BGFYirgS.js:286:10219)
    at deserialize$2 (main-BGFYirgS.js:286:9768)
    at main-BGFYirgS.js:286:149265
    at deserializePayload (main-BGFYirgS.js:286:149502)
    at deserialize$1 (main-BGFYirgS.js:286:148883)
    at getVaa (main-BGFYirgS.js:291:20192)

Attachments/Notes

The error also occurs in the production environment. See related comment in #3122 (comment).

Screenshot 2025-01-03 at 16 07 53
@agodlevska agodlevska added p2 Low priority issue connect v2 Tickets that relate to the full redesign+sdkv2 replacement labels Jan 3, 2025
@tsadovska
Copy link
Collaborator

Issue is also reproducible when resuming transfer from Solana.
Transfer: 0.0001 WSOL from Solana (Phantom) to Base (MetaMask) with Token Bridge Manual route.
Build: Netlify preview

Uncaught (in promise) Error: when deserializing item 'mintRecipient': chunk is shorter than expected: 133 < 145
    at updateOffset (main-BGFYirgS.js:286:9999)
    at deserializeItem (main-BGFYirgS.js:286:11810)
    at internalDeserialize (main-BGFYirgS.js:286:10219)
    at deserialize$2 (main-BGFYirgS.js:286:9768)
    at main-BGFYirgS.js:286:149265
    at deserializePayload (main-BGFYirgS.js:286:149502)
    at deserialize$1 (main-BGFYirgS.js:286:148883)
    at getVaa (main-BGFYirgS.js:291:20192)

image

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 p2 Low priority issue
Projects
None yet
Development

No branches or pull requests

4 participants
@tsadovska @agodlevska and others