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
(node:31428) ExperimentalWarning: Importing WebAssembly modules is an experimental feature and might change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
biscuit-wasm loading
~/node_modules/@biscuit-auth/biscuit-wasm/module/biscuit_bg.js:2504
throw new Error(getStringFromWasm0(arg0, arg1));
^
Error: null pointer passed to rust
at __wbindgen_throw (~/node_modules/@biscuit-auth/biscuit-wasm/module/biscuit_bg.js:2504:11)
at wasm://wasm/006425f6:wasm-function[1430]:0x122550
at wasm://wasm/006425f6:wasm-function[1431]:0x12255d
at wasm://wasm/006425f6:wasm-function[537]:0xd8538
at ThirdPartyRequest.createBlock (~/node_modules/@biscuit-auth/biscuit-wasm/module/biscuit_bg.js:2104:18)
at ~/run.js:10:33
at ModuleJob.run (node:internal/modules/esm/module_job:193:25)
Running the following code:
returns the following error message:
Line 2104:18 on
biscuit_bg.js
isand after adding some console.logs before that line, I found that
ptr
is undefined.The text was updated successfully, but these errors were encountered: