-
Notifications
You must be signed in to change notification settings - Fork 362
Safe in read-only mode even though correct owner is connected #1685
Comments
The cause of this bug seems to be a Seems that in some place of the code we are fetching the owners ok:
but then we are assigning |
@lukasschor just making sure: You don't have a reliable way to reproduce this yet, right? (I did encounter this problem also before, but can't seem to find a way to reproduce this 100%. |
Yes, for me it's reliably reproducible. I think a requirement is to already have the interface open in one tap and open in one tab and opening it in another one using a deep-link. |
That's it! Nice one, I'll add the steps to the ticket. Thanks! @liliya-soroka that's the key to #1454 as well :) |
Reopen as there are reported accounts that switch owner's connection status while connected to the safe (without any user interaction). No network or user switch, nor page refresh. |
I'm moving this to "requirements in progress" because I wasn't able to reproduce the issue. It's possible that's already fixed or it just a race condition that is not easy to reproduce. I asked Leandro to let me know in case he founds the bug again |
I'm also not able to reproduce this. We had reports of an unstable RPC endpoint. @alfetopito which RPC endpoint are you using? I'm on https://rpc.xdaichain.com/ I would actually close this one as long as it is not reproducible and/or the issue doesn't persist. fyi @dasanra in case you had ideas on what the issue might be here. |
I was testing most of the time with Nifty wallet on chrome https://www.poa.network/for-users/nifty-wallet |
Thanks for the info, I'll try with nifty wallet today then! |
Seems like Nifty wallet uses https://dai.poa.network. I wasn't able to reproduce with Nifty wallet on Chrome. But I still think it's related to the rpc. |
I'm reopening this issue because I found the issue while fixing #1845 on volta. Seems that when this line runs:
on |
I also have this issue while trying to add the 4th owner of a safe using the Ledger wallet. I had a safe with 3 owners. I added the 4th owner and they have only read rights. I thought there was a random issue so I deleted them and added another wallet (a totally different ledger) to it and I have the same issue. |
@iafrincu we released v3.6.0 today that is including some improvements on how we check this parameters. Could you check now if you still have issues with the Ledger owners? |
currently having this issue on mobile, iOS 15 beta |
Title/Description
We've recently had multiple users report that they are confused about seeing a "Read only" mode label. Initially I thought it was just users connecting the wrong wallets to the app. But now I have experienced the same issue.
When opening a Safe via URL in a new browser tab and blocknative automatically connects to my Metamask account that is set on the correct owner, I still end up in read-only mode.
Also a few other issues appear:
Maybe this is related to the onboard.js implementation.
Environment
Steps
Expected
Observed
Updates
The text was updated successfully, but these errors were encountered: