Closed sanketnighot closed 9 months ago
Please provide exact steps on how we can reproduce this issue. Is the "NextJs Application" open-source?
Yes, You can check this code: https://github.com/sanketnighot/sat-token-deployer-ui/blob/main/utils/origination.js#L10
You get that error for all wallets that uses p2p-transport
on client.disconnect()
. Just tested against Temple Mobile to confirm this. Closing this since it is not a Kukai issue.
Error Message
Unhandled Runtime Error Error: Syncing stopped manually.
Flow of the NextJs Application.
Issue
Once the transaction is submitted, after it gets confirmed on the blockchain the error occurs. This is happening only for kukai and not for any other wallet eg. temple wallet.
Package versions used
"@airgap/beacon-sdk": "4.0.4" "@taquito/beacon-wallet": "16.2.0" "@taquito/taquito": "16.2.0" "next": "14.0.4"