Problem Description
The method getEnvConfigFilePath in config.server.ts always returns a file path, even if the configuration file does not exist. It should instead return null or undefined in such cases.
|
const getEnvConfigFilePath = (env: Environment) => { |
Problem Description
The method
getEnvConfigFilePathinconfig.server.tsalways returns a file path, even if the configuration file does not exist. It should instead returnnullorundefinedin such cases.dspace-angular/src/config/config.server.ts
Line 87 in 1fa00ac