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

Send STX form is crashing #5145

Closed
pete-watters opened this issue Mar 29, 2024 · 1 comment · Fixed by #5146
Closed

Send STX form is crashing #5145

pete-watters opened this issue Mar 29, 2024 · 1 comment · Fixed by #5146
Assignees
Labels
bug-p2 Critical functionality broken for few users, with no clear workarounds

Comments

@pete-watters
Copy link
Contributor

When starting to work on this, I realised that the send STX flow is crashing with:

Unexpected Application Error!
Cannot read properties of undefined (reading '0')
TypeError: Cannot read properties of undefined (reading '0')
    at formSip10TxSummary (chrome-extension://dbbkfepagfalpohacffnpaodaklhamif/index.js:186214:48)
    at formReviewTxSummary (chrome-extension://dbbkfepagfalpohacffnpaodaklhamif/index.js:186188:14)
    at StacksSendFormConfirmation (chrome-extension://dbbkfepagfalpohacffnpaodaklhamif/index.js:201968:7)
    at renderWithHooks (chrome-extension://dbbkfepagfalpohacffnpaodaklhamif/index.js:280887:18)
    at updateFunctionComponent (chrome-extension://dbbkfepagfalpohacffnpaodaklhamif/index.js:284165:20)
    at beginWork (chrome-extension://dbbkfepagfalpohacffnpaodaklhamif/index.js:286178:16)
    at beginWork$1 (chrome-extension://dbbkfepagfalpohacffnpaodaklhamif/index.js:292003:14)
    at performUnitOfWork (chrome-extension://dbbkfepagfalpohacffnpaodaklhamif/index.js:291134:12)
    at workLoopSync (chrome-extension://dbbkfepagfalpohacffnpaodaklhamif/index.js:291043:5)
    at renderRootSync (chrome-extension://dbbkfepagfalpohacffnpaodaklhamif/index.js:291011:7)

It also tries to move to the wrong route for confirm -> /send/stx/confirm/confirm

I tested and it's not happening on main but it is on the dev branch

@pete-watters pete-watters self-assigned this Mar 29, 2024
@pete-watters pete-watters added the bug-p2 Critical functionality broken for few users, with no clear workarounds label Mar 29, 2024
@pete-watters
Copy link
Contributor Author

The send BTC flow is also not working and similarly, redirecting to the wrong place

SendBtc.mp4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug-p2 Critical functionality broken for few users, with no clear workarounds
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant