a year ago
i have laravel breeze project that already successfully deployed, but it showed 502 Bad Gateway
Deploy log
Starting Container
[laravel:warn] Your app configuration references the DB_CACHE_CONNECTION environment variable, but it is not set.
[laravel:warn] Your app configuration references the DB_CACHE_LOCK_CONNECTION environment variable, but it is not set.
[laravel:warn] Your app configuration references the DB_CACHE_LOCK_TABLE environment variable, but it is not set.
[laravel:warn] Your app configuration references the MEMCACHED_PERSISTENT_ID environment variable, but it is not set.
[laravel:warn] Your app configuration references the MEMCACHED_USERNAME environment variable, but it is not set.
[laravel:warn] Your app configuration references the MEMCACHED_PASSWORD environment variable, but it is not set.
[laravel:warn] Your app configuration references the AWS_ACCESS_KEY_ID environment variable, but it is not set.
[laravel:warn] Your app configuration references the AWS_SECRET_ACCESS_KEY environment variable, but it is not set.
[laravel:warn] Your app configuration references the DYNAMODB_ENDPOINT environment variable, but it is not set.
[laravel:warn] Your app configuration references the DB_URL environment variable, but it is not set.
[laravel:warn] Your app configuration references the DB_URL environment variable, but it is not set.
[laravel:warn] Your app configuration references the MYSQL_ATTR_SSL_CA environment variable, but it is not set.
[laravel:warn] Your app configuration references the DB_URL environment variable, but it is not set.
[laravel:warn] Your app configuration references the MYSQL_ATTR_SSL_CA environment variable, but it is not set.
[laravel:warn] Your app configuration references the DB_URL environment variable, but it is not set.
[laravel:warn] Your app configuration references the DB_URL environment variable, but it is not set.
[laravel:warn] Your app configuration references the REDIS_URL environment variable, but it is not set.
[laravel:warn] Your app configuration references the REDIS_USERNAME environment variable, but it is not set.
[laravel:warn] Your app configuration references the REDIS_URL environment variable, but it is not set.
[laravel:warn] Your app configuration references the REDIS_USERNAME environment variable, but it is not set.
[laravel:warn] Your app configuration references the AWS_ACCESS_KEY_ID environment variable, but it is not set.
[laravel:warn] Your app configuration references the AWS_SECRET_ACCESS_KEY environment variable, but it is not set.
[laravel:warn] Your app configuration references the AWS_BUCKET environment variable, but it is not set.
[laravel:warn] Your app configuration references the AWS_URL environment variable, but it is not set.
[laravel:warn] Your app configuration references the AWS_ENDPOINT environment variable, but it is not set.
[laravel:warn] Your app configuration references the LOG_SLACK_WEBHOOK_URL environment variable, but it is not set.
[laravel:warn] Your app configuration references the PAPERTRAIL_URL environment variable, but it is not set.
[laravel:warn] Your app configuration references the SESSION_STORE environment variable, but it is not set.
2 Replies
a year ago
Those are warnings. You can ignore them
a year ago
I have the same problem. My laravel project build sucessfully but when i go to access my website, the 502 bad gateway error is showed. i don't know that i need make to resolve the problem 
if you solved the problem, please, can you share with me?