Hello,
I installed "Datagerry" (cmdb) via deb on Ubuntu and it's working.
When I add a new field (for laptop / hardware) then I 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.
I assume that it is a Nginx “configuration issue”. So I added these lines to the nginx.conf (also in sites-enabled/default) but it wasn’t helpful:
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/16k.
So where is it configured if not in nginx.conf? (or not in sites-enabled/default)
nginx -t said that everything is right.
nginx version: nginx/1.24.0 (Ubuntu)
Ubuntu 24.04 (ubuntu-noble-24.04-amd64-server-20241109)
Datagerry 2.2.0
Thank you and best,
Jumo