My project worked properly while today get 503 without exception message.
This fix after run php artisan cache:clear
command for one time but after refresh page then get 503 again.
I tried these:
cleared bootstrap/cache files
delete vendor and composer update --no-script
and some solutions but not solve my problem
php artisan cache:clear
php artisan config:clear
php artisan view:clear