I have set up the handler
file for every time an error occurs on the server, I receive an email with the details.
So today I received an email with the following error:
array (3) {["message"] = > string (0) "" ["file"] = > string (104) "/var/www/infochat/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/VerifyCsrfToken.php" ["line"] = > int (71)}
I know what this error is, but the problem is that I do not know what caused it, ie what file or code that was responsible, so I can fix it.
I did not find anything in the logs (I may have seen the wrong log). Is there somewhere I can check to find out?