You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I've connected the ton client import { TonClient } from '@ton/ton';, but I'm getting an error every time when I'm communicating with a contract, is it a known issue?
2HttpApi.js:263 Uncaught (in promise) TypeError: axios_1.default.post is not a function
at HttpApi.doCall (HttpApi.js:263:1)
at HttpApi.callGetMethod (HttpApi.js:235:1)
at TonClient.runMethod (TonClient.js:40:1)
at TonClient.callGetMethod (TonClient.js:55:1)
at Object.get (TonClient.js:372:1)
at Counter.getCounter (useCounterContract.ts:12:1)
at Proxy.<anonymous> (openContract.js:38:1)
at getValue (useCounterContract.ts:49:1)
at useCounterContract.ts:53:1
at commitHookEffectListMount (react-dom.development.js:23189:1)
The text was updated successfully, but these errors were encountered:
Hi, I've connected the ton client
import { TonClient } from '@ton/ton';
, but I'm getting an error every time when I'm communicating with a contract, is it a known issue?my dependencies:
Error:
The text was updated successfully, but these errors were encountered: