The maintenance page is not calling up when having maintenance_on => true in the .env file and env.override => true while maintenance_on => false in the config.php
Config::get('maintenance_on') also correctly returns true
Setting maintenance to true in the config file results in showing the maintenance page back again but it should already have been shown with maintenance_on set to true in the .env file, or not?
The maintenance page is not calling up when having
maintenance_on
=>true
in the .env file andenv.override
=>true
whilemaintenance_on
=>false
in the config.phpConfig::get('maintenance_on')
also correctly returnstrue
Setting maintenance to true in the config file results in showing the maintenance page back again but it should already have been shown with maintenance_on set to true in the .env file, or not?