Level 2
Still having this issue.. Anyone any ideas?
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
I've tried increasing the buffer sizes as suggested in other threads.
Here is the output of
sudo nginx -T | grep buffer
fastcgi_buffer_size 4096k;
fastcgi_buffers 128 4096k;
fastcgi_busy_buffers_size 4096k;
proxy_buffer_size 4096k;
proxy_buffers 128 4096k;
proxy_busy_buffers_size 4096k;
I've restarted valet but I am still getting the error when submitting a POST request after adding something to my cart using darryldecode/laravelshoppingcart. The redirect after adding the second item to the shoppingcart causes the 502 error.
Any suggestions?
Thanks in advance!
Please or to participate in this conversation.