Error message when I add a field

Hi there,

I am new. First experience with Datagerry. Installed and working. User imported. Template created.
Sometimes I will add a new field (for laptop / hardware) and got the following error message when I will save it:

An Error Occurred

Bad Request
Request Line is too large (4222 > 4094)

So what can I do?
I would like to add more fields.

Thank you and best,
O.

Hello again,

I can set the body, buffer and header sizes but it will not help, my last try:
client_max_body_size 0;
client_header_buffer_size 8k;
client_body_buffer_size 16k;
large_client_header_buffers 8 16k;

So “Request Line is too large (4222 > 4094)” is definitely less than my configured 8k.
So where is it configured if not in nginx.conf?

Thank you - sorry, it seems a Nginx issue but I am sure that other people had / have the same issue…

:thinking:

It seems that I am alone with this.

Solved.

But not from Datagerry’s documentation!