Laravel randomly serves blank page on specific route.
Hi there.
So i've created a quiz "app" using laravel.
Yesterday we tried serving the app in production. However almost every time the user ended a test and was sent to the result page, it was served as a blank page.
Well if it is not app error then you need to dig deeper and look at your server directly for errors:
cd /var/log
ls
ls -rlt - will show you latest updated log files
date - will show you what time it is on the machine (could be different from yours)
less messages
grep -i segfault messages
if you find nothing then:
systemctl status
systemctl --failed --all
Step by step you will dig into it and probably realise it was something super small like nginx config or something similar ;-)