Hi All,
We are facing issue when our UI is calling XSJS. The code we are getting is 431(Header too large). Approuter lib is creating big session objects for few users. I tried few solutions like
1) putting --max-http-header-size in UI package.json start script;
2) putting --max-http-header-size in XSJS package.json start script;
3) putting it as in httpHeader array as well and in other places of mta.yaml file. But its still not working.
https://nodejs.org/api/cli.html
Can anyone let me know how we can increase headerSize for my application in SAP HANA 2.
Thanks
Sachin