I just deployed a Laravel App using Vapor, and received the following message. I don't believe that I changed anything (a few html blade lines).
Caching Laravel configuration{"message":"Argument 1 passed to Symfony\Component\HttpKernel\Exception\HttpException::__construct() must be of the type int, string given, called in /var/task/vendor/laravel/framework/src/Illuminate/Foundation/Application.php on line 1014","context":{"exception":{"class":"Symfony\Component\Debug\Exception\FatalThrowableError","message":"Argument 1 passed to Symfony\Component\HttpKernel\Exception\HttpException::__construct() must be of the type int, string given, called in /var/task/vendor/laravel/framework/src/Illuminate/Foundation/Application.php on line 1014","code":0,"file":"/var/task/vendor/symfony/http-kernel/Exception/HttpException.php:24"},"aws_request_id":null},"level":400,"level_name":"ERROR","channel":"production","datetime":"2019-09-27T13:18:45.338555+00:00","extra":{}}
The website now just shows {"message": "Internal server error"}
Did I do this, or is this a Laravel/Vapor bug?
laravel-vapor
tag. – Kurucu