safe-apps-sdk icon indicating copy to clipboard operation
safe-apps-sdk copied to clipboard

Code 901: Error processing Safe Apps SDK request

Open fberger-cs opened this issue 2 years ago • 3 comments

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

image

Only since a weeks I believe. my code didn't change

fberger-cs avatar Feb 15 '24 16:02 fberger-cs

I get the same error when trying to add 'ExtensibleFallbackHandler` to my safe wallet. image

haidarally avatar Jun 10 '24 11:06 haidarally

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????

image image

amandakelake avatar Jul 16 '24 02:07 amandakelake

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. image

my safe app is https://web3gpt.app if anyone wants to recreate / debug

Markeljan avatar Aug 06 '24 01:08 Markeljan