select multiple layers with the "+" icon, adding them to the "Selected Layers" box.
use the "create a view" functionality of the "Selected Layers" box.
once the view is created, going back to the "Layers" page (or any other) results in nginx error message: "Request Header Or Cookie Too Large" with http status 400 "Bad Request".
in order to view any other content, it is necessary to clear the browser cache.
Any request following the creation of the view contains a plethora of cookies like the following one (one cookie per layer):
Tried to change nginx runtime configuration by adding the line
large_client_header_buffers 16 64k;
(cf. [http://nginx.org/en/docs/http/ngx_http_core_module.html#large_client_header_buffers](nginx documentation))
to /var/lib/docker/volumes/starterkit-nginxconfd/_data/nginx.conf.envsubst and reloading nginx container
(in case of success the config can be persisted in source code file docker/sos-nginx/nginx.conf.envsubst).
Tried different values with no success.
How to replicate:
Any request following the creation of the view contains a plethora of cookies like the following one (one cookie per layer):
`
Tried to change nginx runtime configuration by adding the line
large_client_header_buffers 16 64k;
(cf. [http://nginx.org/en/docs/http/ngx_http_core_module.html#large_client_header_buffers](nginx documentation)) to /var/lib/docker/volumes/starterkit-nginxconfd/_data/nginx.conf.envsubst and reloading nginx container (in case of success the config can be persisted in source code file docker/sos-nginx/nginx.conf.envsubst). Tried different values with no success.