urbit / bridge

An application for interacting with Azimuth.
MIT License
96 stars 25 forks source link

Error Report: Cannot read property 'value' of undefined #1001

Closed markrosenbaum closed 2 years ago

markrosenbaum commented 2 years ago

Context

This error occurred wile logging into bridge.

I was logging in with the Ethereum address 0x5A30e92350C61960Dbb8c7D6E9F9e1f6C487280B

Error

TypeError: Cannot read property 'value' of undefined
    at https://bridge.urbit.org/static/js/main.280ba267.chunk.js:1:237615
    at rs (https://bridge.urbit.org/static/js/2.e1a6ea4a.chunk.js:2:3293274)
    at qs (https://bridge.urbit.org/static/js/2.e1a6ea4a.chunk.js:2:3302841)
    at Qo (https://bridge.urbit.org/static/js/2.e1a6ea4a.chunk.js:2:3346723)
    at xl (https://bridge.urbit.org/static/js/2.e1a6ea4a.chunk.js:2:3332906)
    at Sl (https://bridge.urbit.org/static/js/2.e1a6ea4a.chunk.js:2:3332834)
    at Il (https://bridge.urbit.org/static/js/2.e1a6ea4a.chunk.js:2:3332697)
    at hl (https://bridge.urbit.org/static/js/2.e1a6ea4a.chunk.js:2:3329663)
    at https://bridge.urbit.org/static/js/2.e1a6ea4a.chunk.js:2:3279042
    at t.unstable_runWithPriority (https://bridge.urbit.org/static/js/2.e1a6ea4a.chunk.js:2:3356461)

In Bridge version 3.0.0.

tomholford commented 2 years ago

@markrosenbaum Thanks for the report. Which browser and login method are you using?

markrosenbaum commented 2 years ago

I am using chrome and I was logging in with recovery phrase.

tomholford commented 2 years ago

@markrosenbaum Yesterday we pushed an update with a performance improvement for the Recovery Phrase login flow (#995). Can you try again and report back if this resolves the issue?

markrosenbaum commented 2 years ago

Yep, Il go test it out right now.

markrosenbaum commented 2 years ago

Worked flawlessly. Screenshot 2022-03-24 at 4 06 31 PM

tomholford commented 2 years ago

Wonderful, thanks for the prompt turnaround!