ton-connect / sdk

SDK for TON Connect 2.0 — a comprehensive communication protocol between wallets and apps in TON ecosystem
Apache License 2.0
326 stars 92 forks source link

[UI]: If you select Tonkeeper on the web version of Telegram (chrome), an error screen appears. #275

Open nishina-y opened 1 month ago

nishina-y commented 1 month ago

Describe the bug

If you select Tonkeeper or bitget wallet on the web version of Telegram (chrome), an error screen appears.

Error screen when selecting Tonkeeper or bitget wallet in the wallet selection pop-up.

const { open } = useTonConnectModal();
open();

Error screen when opening bitget wallet with openSingleWalletModal

tonConnectUI.openSingleWalletModal("bitgetTonWallet");

Expected behavior

  1. Open the web version of telegram in chrome.
  2. Open with openSingleWalletModal("bitgetTonWallet")
  3. QR codes are displayed.

Current behavior

  1. Open the web version of telegram in chrome.
  2. Open with openSingleWalletModal("bitgetTonWallet")
  3. Error screen appears.

Steps to Reproduce

  1. Open the web version of telegram in chrome.
  2. Open with openSingleWalletModal("bitgetTonWallet")
  3. Error screen appears.

Environment

macOS: 14.5 Chrome: 129.0.6668.70 @tonconnect/isomorphic-eventsource: 0.0.2 @tonconnect/isomorphic-fetch: 0.0.3 @tonconnect/protocol: 2.2.6 @tonconnect/sdk: 3.0.5 @tonconnect/ui-react: 2.0.9 @tonconnect/ui: 2.0.9

Additional context

No response