Expand my Community achievements bar.

Request URI too Large (414 Error) with foundation-wizard-control-src

Avatar

Level 2

Hi,
i am getting  request URI too large error. My data(attaching on clicking next) has increased in recent times.
But we are not using ajax call through JS or something that sort.
The general solution for 414 is changing GET to POST as i googled.
But i am not sure how to change the behaviour of foundation-wizard-control-src.
We are using "foundation-wizard"( foundation-wizard — Granite UI 1.0 documentation )
AEM version: 6.4

1687006_pastedImage_0.png

1 Reply

Avatar

Level 10

when do you get 414 error - before form submit when you navigate through the steps of form-wizard or at the time of form submit on last page of wizard?

If you get the error on last page at the time of submit in submission response then change the GET method to POST. If you get the error while navigating then you're appending too much information in the url and you should customize it to use cookie/sessionStorage or other mechanisms based on the framework/libraries you use.