@jhaankit I was running into this issue as well, was able to resolve.
I believe in my case, the root cause of this issue was incorrectly setting the Authorization function when calling fcl.payer, fcl.proposer, fcl.authorizations. I was initially rolling my own Authorization function modeling off of this post and the Kitty-Items implementation shown in authorizeMinter()here.
I’ve since made the following update to my transaction code:
Hi @namadaz , Thanks for this answer. I was really looking for this. I am still facing the same error. Can you provide me your authorisation code and signing function ? I have followed both of the posts which you have mentioned but still found no success in it. Thanks in advance. Please help me out. @gregsantos@JeffreyDoyle@flowjosh@qvvg I need your help guys.