Defender : payable function fail if i use a multisig / UUPSUpgradeable

I'm trying to call a payable mint function on my contract with a multisig, and it directly fail.
Non-payable functions work, but any time I call a function that requires some ETH or MATIC to be sent the transaction fails (it doesn't even pass the validation).

I try the same process on Gnosis Safe (goerli) and it work well with the same contract, same function, same amount for the value.

Is there some extra parameter that we have to set up to use a multisig on defender ??

:computer: Environment
I've imported a contract on Defender and using a Gnosis Safe Multi-sig created through Defender dashboard. I'm using Mumbai mainnet, but it doesn't work even on Polygon or Goerli.
Our contract are upgradable.

:memo:Details
When I try to execute the transaction I get this error in the console by MetaMask i have

'execution reverted: UUPSUpgradeable: must not be called through delegatecall', data: '0x08c379a00000000000000000000000000000000000000000…f7567682064656c656761746563616c6c0000000000000000'}
2. message: "Internal JSON-RPC error."

Hi @akugone! Thanks for the detailed report, we are taking a look at the issue and we will get back to you as soon as we find the main cause

@akugone Could you please share the contract code and address, though our support email defender-support@openzeppelin.com?

Thank you!

Ok i 'll do it right now
Thanks