Fresh installation:: wp-admin > Install.php not found and .env ignored

Hi guys,
I know there’s another topic about this issue here but I didn’t want to spam all the rest of the people here.
I just run a fresh new composer create-project roots/bedrock projectname and deployed on staging with this .env file:

DB_NAME=chocolat
DB_USER=chocolat
DB_PASSWORD=xxx
DB_HOST=localhost

WP_ENV=development
WP_HOME=http://projectname.example.com
WP_SITEURL=http://projectname.example.com/wp

but in when I visit the staging environment it ignores .env or it seems trying to redirect me to

http://projectname.example.com/wp-admin/setup-config.php

It’s weird because it pretty the same thing I do continuously… :frowning:
Any ideas?

I can only imagine this being a web-serve configuration issue. Your .env file looks correct at least.