We are seeing intermittent issues while submitting adaptive forms in AEM . Nothing happens when clicked on submit and does not redirect to thank you page though Thank you page is correctly configured on author.
Seeing below error in console when clicked on Submit.
VM12171:1 Uncaught SyntaxError: Unexpected token u in JSON at position 0
at JSON.parse (<anonymous>)
at h (formapp.min.js:1)
at s.doAjaxSubmitSuccess (guideRuntime.min.js:5221)
at Object.success (guideRuntime.min.js:5214)
at j (en.min.js:458)
at Object.fireWith [as resolveWith] (en.min.js:476)
at x (en.min.js:1151)
at XMLHttpRequest.<anonymous> (en.min.js:1206)
I am using AEM 6.4 version with SP2 upgrade.
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
As per the error message it looks like while calling JSON.parse function it's giving an error and as you mentioned that it's an intermittent issue:
Thanks!
As per the error message it looks like while calling JSON.parse function it's giving an error and as you mentioned that it's an intermittent issue:
Thanks!
Views
Replies
Total Likes
Views
Likes
Replies