Laravel 504 Gateway Timeout if APP_ENV is not local under nginx
I am facing a strange error. We moved our Laravel 8 app from apache2 to nginx under Aws ELB load balancer. Now the problem is, if my APP_ENV value is production/testing, I am not able to log in to my…