Aptos Connect in Telegram returned client exception error. #482
Replies: 2 comments
-
Hi @angangang97, thanks for your report! Could you clarify what do you use to connect AptosConnect/Mizu in your TG app? Do you use the Aptos Wallet Adapter? If so, what version? Also, Do you use the create-aptos-dapp TG template? Thanks! |
Beta Was this translation helpful? Give feedback.
-
Hey @0xmaayan sure, this is my wallet-adapter version. I use the normal aptos wallet adapter in this page. https://aptos.dev/en/build/sdks/wallet-adapter/dapp
Below is my WalletProvider.tsx code if u need references : 'use client'; import { AptosWalletAdapterProvider } from '@aptos-labs/wallet-adapter-react'; import { PropsWithChildren } from 'react'; import { useToast } from './ui/use-toast'; export const WalletProvider = ({ children }: PropsWithChildren) => { return ( |
Beta Was this translation helpful? Give feedback.
-
Trying to connect with aptos connect for my self developed telegram web-app , but it returns this client exception error. Any idea how to fix it? More info : I try with mizu wallet and it worked.
Beta Was this translation helpful? Give feedback.
All reactions