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
I have followed all of the steps in the 03-client tutorial, But at the end of step 7 I get this error message at the console:
Uncaught TypeError: Cannot read properties of undefined (reading 'alloc')
at node_modules/ton-core/dist/boc/BitString.js (BitString.js:160:40)
at __require2 (chunk-BE6F4LZB.js?v=eb8efa7e:18:50)
at node_modules/ton-core/dist/boc/BitBuilder.js (BitBuilder.js:13:21)
at __require2 (chunk-BE6F4LZB.js?v=eb8efa7e:18:50)
at node_modules/ton-core/dist/boc/Builder.js (Builder.js:11:22)
at __require2 (chunk-BE6F4LZB.js?v=eb8efa7e:18:50)
at node_modules/ton-core/dist/address/contractAddress.js (contractAddress.js:11:19)
at __require2 (chunk-BE6F4LZB.js?v=eb8efa7e:18:50)
at node_modules/ton-core/dist/index.js (index.js:33:25)
at __require2 (chunk-BE6F4LZB.js?v=eb8efa7e:18:50)
I even cloned the repo, added .env file and run both build.sh and index.sh scripts, but still same issue
The text was updated successfully, but these errors were encountered:
I have followed all of the steps in the 03-client tutorial, But at the end of step 7 I get this error message at the console:
I even cloned the repo, added
.env
file and run bothbuild.sh
andindex.sh
scripts, but still same issueThe text was updated successfully, but these errors were encountered: