-
Notifications
You must be signed in to change notification settings - Fork 108
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Module not found: Can't resolve 'aptos_dynamic_transaction_composer_bg.wasm' #447
Comments
I have the same issue for the past few days .. |
It's so frustrating i've even initialized new repos but nothing seems to be working on my system. Even the cloned repo seems to be having this error, Have you tried it?? Btw, are you developing this for the dAppathon by any chance?? |
Even my previous commits are failing to build. I have scoured the net but to no avail. Let's wait for the devs to reply on this. No no.. Its not for a hackathon. We are creating a web3 application that facilitates transactions, swaps, trades, and bridges, supporting all blockchains. |
Hi, thanks for reporting this! The issue was related to a bug in the new Aptos ts-sdk version released a few days ago. We've now released an updated version with a fix (1.32.1), which should resolve the issue. See related aptos-labs/aptos-ts-sdk#573 |
Have been trying to use the @aptos-wallet-adapter for the last two days, and couldn't get any success.
Error:
Have tried to setup new repo with the latest nextjs version, but still the same error.
/app/profile/layout.tsx
/app/profile/page.tsx
Have also tried updating the next.config.mjs to allow loading the .wasm file on client side but it's just compiling the route, nothing else.
Stack: NextJs 14 (app router)
The text was updated successfully, but these errors were encountered: