Rest API related errors (I think)

We are using RestAPI on a Manufacturing Android App that we are building.

When I use --limit-request-line set to 8190, I get the following error:

Bad Request: Request Line is too large (13126 > 8190)

When I over ride it using --limit-request-line set to 0, I get the following error:

Internal Server Error.

Does anybody know if I need to change some other configurations to work on the ERPNext server side to support --limit-request-line set to 0 on supervisor.conf?

Thanks

Jay

Okay it was an different, more mangeable error. Fixed it. Thanks for your attention.

Thanks

Jay