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
I followed the above example and received the error when I pressed the "Sign-In With Ethereum" button. It was confirmed that /api/ssx-nonce api received a request and returned a response, but it appears that wasm had a problem accessing memory when setting up ssx.
There appears to be a problem with the wasm file in the ssx library!
Is there an existing issue for this?
Current Behavior
https://www.sprucekit.dev/ssx/quickstart/implementing-the-userauthorization-module
I followed the above example and received the error when I pressed the "Sign-In With Ethereum" button. It was confirmed that /api/ssx-nonce api received a request and returned a response, but it appears that wasm had a problem accessing memory when setting up ssx.
There appears to be a problem with the wasm file in the ssx library!
const ssxHandler = async () => { // here! const ssx = new SSX({ providers: { server: { host: "http://localhost:3000/api", }, }, }); console.log(ssx); await ssx.signIn(); console.log("here?"); setSSX(ssx); };
Expected Behavior
No response
Steps To Reproduce
Anything else?
No response
The text was updated successfully, but these errors were encountered: