Hey! Just recently grocy has been giving me a 502 bad gateway error when I try loading the /products page. Any thoughts as to why, or how to fix this?
nginx log shows many similar entries like this:
And this:
Thinking I need to edit something in the nginx "default" config file?
**Edit** Found the solution! Add the following to the nginx config file (/nginx/site-configs/default) along with the current default fastcgi settings. Potentially this should be added to the docker container's default?
fastcgi_buffers 16 16k;
fastcgi_buffer_size 32k;