Error: sendmessage: Sender not found

When I attempt to send user tokens to a recipient address, the aforementioned error message appears, and my Venom wallet also doesn’t load.

await tokenWalletContract.methods.transfer({
            amount: "1000000000",
            recipient: new Address(recipientAddress),
            deployWalletValue: 0,
            remainingGasTo: new Address(address),
            notify: true,
            payload: ""
          }).send({
            from: new Address(address),
            amount: "1000000000",
            bounce: true
          });

I have looked into this specific issue, but I don’t see any answers, I think the issues stems from everscale-inpage-provider. I really need help on this.
Thanks