I am trying to invoke the auth contract from the soroban examples on futurenet:
https://soroban.stellar.org/docs/how-to-guides/auth
It works well if the invoker is the same as the submitter (
https://soroban.stellar.org/docs/learn/authorization#transaction-invoker) as one can see this transaction: 9fcbe6f8a90f1676b42b245199a7b8040dc4bd2d6e8dbd2e9b85a08a7ddc7e47
But as soon as I try to invoke the contract with a different submitter (tx_submitter != invoker), I am getting not an auth error - but: Error: invokeHostFunctionResult: [invokeHostFunctionResourceLimitExceeded]
This is the transaction hash of the failing transaction:
b171b156392ebb1a17791ba9b47f9e330bb326cec274c41a7483746324c48049
Any idea what may be wrong? Thx