fcl-js icon indicating copy to clipboard operation
fcl-js copied to clipboard

Payer can not be different accounts error

Open Abdel004 opened this issue 2 years ago • 2 comments

I currently am trying to send a transaction as follows:

		var response =
			await
			fcl.send
			(
			[ fcl.transaction (_transaction_code)
			, fcl.args (_arguments)
			, fcl.proposer (proposer)
			, fcl.payer (proposer)
			, fcl.authorizations ([fcl_api.authz, proposer])
			, fcl.limit (9999) ] )
		return await
			fcl .tx (response) .onceSealed () }

On the old version of the js fcl API, it works fine and the transaction goes through. However on the new version, I get the following error message:

Screenshot 2022-06-20 155709

Is this caused by issue #1226. If yes, is there any workaround till the issue is fixed?

Abdel004 avatar Jun 20 '22 07:06 Abdel004

Has this been fixed yet?

highskore avatar Sep 03 '22 00:09 highskore

having same issue

ShainDholakiya avatar Jan 14 '23 00:01 ShainDholakiya