Open tieugame2110 opened 8 months ago
Hello @tieugame2110,
Does it log any errors? What mobile wallets did you use test it with?
Hi @skibitsky, Action does not provide any feedback on errors, i test with MetaMask, Spot OnChain wallet (Goerli testnet)
The notable point is that the wallet is okay the first time it connects, but after disconnecting or even deleting the session on the device, this error occurs
@tieugame2110
Can you please describe exact steps to reproduce it?
or even deleting the session on the device
How exactly did you delete the session?
@skibitsky delete the session on MetaMask:
delete the session on Spot OnChain:
Could you check if any of these fields in the WalletConnectProjectConfig
scriptable asset are empty?
Id
Name
Description
Url
Icon
(at least one item should be present)@skibitsky I ensure that all fields have been filled in.
@tieugame2110 can you access https://walletconnect.com website without VPN or any other proxy from your network?
@skibitsky Yes, i can. I think the issue is related to the WalletConnect session
, because any wallet when first connected executes the correct code, but from the second time onwards encounters this error.
After I use the mobile device to scan the QR code, it only closes the modal but does not execute the
OnAfterConnect
functionExpected behavior after scan QR Code, the
WalletConnect.Instance.ActiveSessionChanged
function will be executed note*: i uncheckedResumeSessionOnInit
booleanScreenshots
My Code
Environment