Question
ERROR: posted transaction id 'xxx 'ActionFrame' DOES NOT match record 'xxxxx in Non-IE browsers
There is an activity which runs on click of a button that contains the Commit method. In IE, it works fine. However, in Non-IE browser (FF & Chrome), getting the following error in logs - Due to this, the page just refreshes without performing the necessary action on click of the button ( i.e, does not re-direct to a third-party url which is in the activity). Using 6.3 SP1
ERROR: posted transaction id 'dda9856d6c58ba008e9358a9c88e6aed' for frame 'ActionFrame' DOES NOT match record '77ead54ea8c4fe45f1e7b708d51b841f'
Attached is the fiddler trace (line 66)
***Edited by Moderator Marissa to update categories***
Hi
Why are you using a commit in your activity? Instead try Obj-Save with "Write Now" checked. It is conceivable that the transaction mismatch id error is happening because of this.
On the other hand, the reason Chrome and Firefox, on click on button, they may not allow redirect to a different URL because of content security policy violations. If you launch developer toolbar, you might see errors in the console. Not sure if CSP could be specified in 6.3 sp1. I know you can configure it in latest Pega 7 releases.