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
Navigate to the Zodiac app on Optimism and see the console (index.ts:41 Code 901: Error processing Safe Apps SDK request). The same issue also appears on the Ethereum Sepolia Testnet and likely in many more.
But this bug belongs to Gnosis Safe since it's the Gnosis Safe web app that calls the wrong API endpoint. So I'm going to reopen this in the correct repository.
Navigate to the Zodiac app on Optimism and see the console (index.ts:41 Code 901: Error processing Safe Apps SDK request). The same issue also appears on the Ethereum Sepolia Testnet and likely in many more.
It tries to GET https://safe-transaction-optimism.safe.global/api/v1/safes/{address}/transactions?nonce__gte={nonce} which does not exist. So, it returns HTTP 404.
Example URL it tries and can't GET: https://safe-transaction-optimism.safe.global/api/v1/safes/0x85dA68c9bF4953cd4547D415d6DCB9C3Fd2f79F8/transactions?nonce__gte=2
I checked the API docs; there is no such endpoint listed: https://docs.safe.global/core-api/transaction-service-reference/mainnet#Transactions
This breaks the functionality of the Zodiac app. For example, I cannot add any new roles to the Roles Modifier.
The text was updated successfully, but these errors were encountered: