From your stack trace it appears that an exception occurs somewhere in the code. While the exception get handled (rendered with whoops) another problem occurs related to proc_open().
To me it seems like the first error hapens in a middleware called TransformsRequest. Try to catch it there and log it.
So you have two problems. One in your code and the other that errors fail to render.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community