This issue keeps recurring causing 500 Server Error:
write of 182 bytes failed with errno=28 No space left on device
After following the suggestions given here i.e truncate laravel log file,clear composer cache,clear project cache etc. The app works but after a few days it occurs again.
I've realized also composer cache could be the cause of the problem. It affects all the projects hosted on the VPS.
After performing composer clear-cache I cannot do composer update or dump-autoload.
I've to :
cd bootstrap/cache/
rm -rf *.php
first then composer update and all the projects will be up again. If I do this in the evening,the next morning the problem will occur again. Note: No composer installation or update. Any permanent remedy?