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'm also encountering this error. My project uses @onflow/fcl@1.3.2, which will install @onflow/sdk@1.5.1. It seems like a change in @onflow/sdk is causing the issue. When I step through the code, FCL does not call the custom authorization function during the pre-authz phase, so it does not send over the authorizer address (from the custom authz function) to Dapper Wallet. Dapper Wallet will then error on the authz phase with expected 2 authorizers, but got 3.
This issue does not occur with @onflow/sdk@1.2.2. To workaround this, I used npm overrides to restrict @onflow/sdk to 1.2.2.
Current Behavior
When I go to execute a multi-signed transaction with Dapper Wallet, I get the following error using @onflow/fcl 1.9.0:
However will older releases like 1.0.1, it works totally fine.
This is the transnaction I'm running:
It's a multi-signed transaction where the DW user signs as well as a backend admin.
Expected Behavior
No error
Steps To Reproduce
Run a multi-signed transaction using @onflow/fcl 1.9.0
Environment
What are you currently working on that this is blocking?
No response
The text was updated successfully, but these errors were encountered: