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] Infinite loading when resuming APT token transaction #3219

Open
agodlevska opened this issue Jan 23, 2025 · 0 comments
Open

[QA] Infinite loading when resuming APT token transaction #3219

agodlevska opened this issue Jan 23, 2025 · 0 comments
Labels
connect v2 Tickets that relate to the full redesign+sdkv2 replacement p1 Important issue

Comments

@agodlevska
Copy link
Collaborator

Describe the current behavior in detail|

Environment:

Steps to Reproduce:

  1. Attempt to resume a transaction involving APT tokens
  2. Observe the interface entering an endless loading state
  3. Check the browser console for errors

Expected Result: The transaction should resume successfully without indefinite loading or errors.
Actual Result:

  • The system becomes stuck in an endless loading state.
  • Console logs the following errors:
Uncaught (in promise) Error: Unknown token
    at parseTokenBridgeReceipt (main-oh9JFOJT.js:415:19540)
    at async parseReceipt (main-oh9JFOJT.js:415:18724)
    at async Object.ft [as onClick] (main-oh9JFOJT.js:415:24311)
Uncaught (in promise) Error: when deserializing item 'mintRecipient': chunk is shorter than expected: 133 < 145
    at updateOffset (main-oh9JFOJT.js:294:9905)
    at deserializeItem (main-oh9JFOJT.js:294:11714)
    at internalDeserialize (main-oh9JFOJT.js:294:10121)
    at deserialize$2 (main-oh9JFOJT.js:294:9676)
    at main-oh9JFOJT.js:294:144463
    at deserializePayload (main-oh9JFOJT.js:294:144702)
    at deserialize$1 (main-oh9JFOJT.js:294:144078)
    at getVaa (main-oh9JFOJT.js:296:30948)

Attachments/Notes

Error: when deserializing item 'mintRecipient' - #3132
Similar issue - #3165

Image
@agodlevska agodlevska added connect v2 Tickets that relate to the full redesign+sdkv2 replacement p1 Important issue labels Jan 23, 2025
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

1 participant