I assume that it can happen when some js error occurred on your page and POST request to UpdateCartAndContinue performed by browser not by Js, and you see the result in the browser.
Please, check browser console and be sure that you don't have errors on the page especially on the submit button event handler.
Surfacecontroller
Hi,
I am trying to resolve a problem.
The forms use surfacecontrollers, but sometimes we only get the JSON text, instead of the actual page.
Example:
Sometimes it redirects correctly other times it shows, something like this:
I have no idea how to fix this, can anyone help?
Hi Peter
I assume that it can happen when some js error occurred on your page and POST request to UpdateCartAndContinue performed by browser not by Js, and you see the result in the browser.
Please, check browser console and be sure that you don't have errors on the page especially on the submit button event handler.
Thanks,
Alex
Thx, it was some Js error
is working on a reply...