status-mobile
status-mobile copied to clipboard
👁️ Cannot read property `responseSessionRequest` of null
Related comment: https://github.com/status-im/status-mobile/pull/20693#issuecomment-2228288723
Steps (exactly the same as in the comment above):
- Connect to https://react-app.walletconnect.com/ using testnetwork (Sepolia)
- Disable testmode and login the app
- Trigger
personal_signevent - Try to sign the event
- Observe the result
Originally posted by @qoqobolo in https://github.com/status-im/status-mobile/issues/20799#issuecomment-2250208801
@shivekkhurana I cannot reproduce this issue anymore, it looks this changes already handle the network https://github.com/status-im/status-mobile/pull/20906/files#diff-9d6f1ddb525f0c0e381e2f69d5ac04404444d837a32981c690677eb768338c6cR137
current behaviour is like this : in dapp user will see request pending
and in app there is no error/notification, but if user switch to the correct network, they will see request modal.
Please let me know if i should change something here, if all good we can close it.
Okay i found an issue that it doesn't send reject request to the dapp, and i'm going to show unsupported network toast in status app.