-
Notifications
You must be signed in to change notification settings - Fork 159
Open
Description
I am experiencing this issue when trying to use camaro in a next.js project. Not sure whether this is an issue with next or nft. Minimum reproducible example at https://github.com/kiwirm/camaro-next.
After
npm run devand trying to upload a xml file, get the following error:Aborted(Error: ENOENT: no such file or directory, open '/Users/ryan/Developer/clones/camaro-next/.next/server/vendor-chunks/camaro.wasm') failed to asynchronously prepare wasm: RuntimeError: Aborted(Error: ENOENT: no such file or directory, open '/Users/ryan/Developer/clones/camaro-next/.next/server/vendor-chunks/camaro.wasm'). Build with -sASSERTIONS for more info.Manually copy and pasting camaro.wasm from node_modules into the .next directory results in the project working normally.
Metadata
Metadata
Assignees
Labels
No labels