Code 901: Error processing Safe Apps SDK request
hello,
I have this error: Code 901: Error processing Safe Apps SDK request when I try to interact with a smart contract via my dApp
using @gnosis.pm/safe-apps-provider: "^0.15.1" @gnosis.pm/safe-apps-sdk: "^7.8.0" @gnosis.pm/safe-apps-wagmi: "^2.1.0"
on node v18.8.0
Only since a weeks I believe. my code didn't change
I get the same error when trying to add 'ExtensibleFallbackHandler` to my safe wallet.
I also encountered the same error. I could withdraw money normally before and it has been running normally for a while. Recently, I got the error:
console.js:36 Code 901: Error processing Safe Apps SDK request (invalid address (argument="address ", value=null, code=INVALID_ARGUMENT, version=6.11.1))
Does safe.app update something????
Same error when trying a deploy contract TX (although not sure if this is possible with a safe account), also getting Spindl SDK request failed TypeError: Failed to fetch before any interactions.
my safe app is https://web3gpt.app if anyone wants to recreate / debug