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 Mar 16, 2023. It is now read-only.
You should be able to clone that repository and then run npm install to install the project dependencies, and then npm run dev to start the website on localhost:3000.
The app currently stops with the following errors:
on chrome:
- Error: missing provider - (argument="provider", value=undefined, code=INVALID_ARGUMENT, version=providers/5.0.21)
on brave:
- ./node_modules/@aztec/sdk/index.js - Critical dependency: the request of a dependency is an expression
and
- WriteError: QuotaExceededError- at eval (webpack-internal:///./node_modules/@aztec/sdk/index.js:662:2661)
If you manually copy over the following files from node_modules to /public so that these files will be accessible to the scripts, we can get past the webpack problem.
barretenberg.wasm
worker.0de6408f.js
worker.0de6408f.js.map
Either way, we still get the following error:
- ./node_modules/@aztec/sdk/index.js- Critical dependency: the request of a dependency is an expression
Expected Behaviour
Following the documentation should produce a working app.
Current Behaviour
When making a new NextJS project, the app does not work. I created an example project to reproduce the error at: https://github.com/justinalexandershaw/with-nextjs
You should be able to clone that repository and then run
npm install
to install the project dependencies, and thennpm run dev
to start the website on localhost:3000.The app currently stops with the following errors:
The build logs can be found here: https://github.com/justinalexandershaw/with-nextjs/blob/master/output.txt
Steps to Reproduce (for bugs)
npx create-next-app
)npm install @aztec/sdk
)Your Environment
Running on a Macbook Pro Intel 13" 2020
The text was updated successfully, but these errors were encountered: