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
Please make sure that all files are included in the production bundle. As I mentioned in #8 (comment) you might need to use a wasm-loader
Hello @Rexagon thanks for the fast reply I found a workaround, first I searched for the nekotom_wasm_bg.wasm file on the nekotom package, then I copied it to the root of the project
and I copied the file to the folder with help of copy-wepback-plugin library, I had to add the following to my NextJS config
The application works fine in the development environment (localhost) but fails when deployed in production.
this is the error
it seems that is related to nekoton_wasm package, for some reason the wasm file couldn´t be loaded into the built files
The text was updated successfully, but these errors were encountered: