status-mobile icon indicating copy to clipboard operation
status-mobile copied to clipboard

👁️ Cannot read property `responseSessionRequest` of null

Open shivekkhurana opened this issue 1 year ago • 2 comments
trafficstars

Related comment: https://github.com/status-im/status-mobile/pull/20693#issuecomment-2228288723

Steps (exactly the same as in the comment above):

  1. Connect to https://react-app.walletconnect.com/ using testnetwork (Sepolia)
  2. Disable testmode and login the app
  3. Trigger personal_sign event
  4. Try to sign the event
  5. Observe the result
Screenshot 2024-07-25 at 14 29 21

Originally posted by @qoqobolo in https://github.com/status-im/status-mobile/issues/20799#issuecomment-2250208801

shivekkhurana avatar Jul 29 '24 10:07 shivekkhurana

@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 image 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.

mohsen-ghafouri avatar Aug 23 '24 15:08 mohsen-ghafouri

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.

mohsen-ghafouri avatar Aug 23 '24 15:08 mohsen-ghafouri