Igor Demko
Igor Demko
We will check. Thanks!
Hello! Please, share the code that causes this transaction to be sent through our wallet
@xl2412 Are you passing arguments in a hex string? Or use ArrayBuffet/Uint8Array ?
Simple solution for solve this problem: https://www.npmjs.com/package/patch-package use `patch-package` lib and replace: `node_modules/nestjs-supabase-auth/dist/passport-supabase.strategy.js` ```ts this.supabase.auth.api.getUser(idToken) ``` to ```ts this.supabase.auth.getUser(idToken) ```