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
{{ message }}
This repository has been archived by the owner on May 28, 2024. It is now read-only.
Hey guys, I'm trying to setup sdk 2.1.81 in my vue.js app but I'm getting error that file https://localhost:8080/aztec-connect.wasm is not found. I've found that in this web app, this file is copied from node modules directory to build folder. Do I need to do the same and copy these files via CopyWebpackPlugin? There's like another 4 packages that are required to successfully do this, according to boilerplate example code. I would love to avoid doing all this stuff...
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hey guys, I'm trying to setup sdk 2.1.81 in my vue.js app but I'm getting error that file
https://localhost:8080/aztec-connect.wasm
is not found. I've found that in this web app, this file is copied from node modules directory to build folder. Do I need to do the same and copy these files viaCopyWebpackPlugin
? There's like another 4 packages that are required to successfully do this, according to boilerplate example code. I would love to avoid doing all this stuff...The text was updated successfully, but these errors were encountered: