I’m using the tonconnect/ui-react package to trigger wallet connections in my project. The wallet connection is established successfully, but after 5 to 10 minutes, I start seeing the following error:
[TON_CONNECT_SDK_ERROR] TonConnectError
Operation aborted
Error: Operation aborted
at abortController.signal.addEventListener.once (http://localhost:3000/static/js/bundle.js:64575:14)
at signal.addEventListener.once (http://localhost:3000/static/js/bundle.js:64414:108)
…
Initially, everything works fine, but after some time, this error pops up. It seems to be related to the connection aborting after a certain amount of inactivity.
Has anyone encountered this issue or knows what could be causing the connection to abort after a delay?
Please any one help me to resolve this?