X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/c8c5fc13ef57812800fb6ba4553d009ba8c5c7be..02fe86a56f080ed1d5770ad6c6856a15f50ab508:/src/common/config.ts diff --git a/src/common/config.ts b/src/common/config.ts index 7363b95d..496b0b78 100644 --- a/src/common/config.ts +++ b/src/common/config.ts @@ -72,7 +72,7 @@ export const fetchConfig = () => { }) .then(workbenchConfig => { if (workbenchConfig.API_HOST === undefined) { - throw new Error(`Unable to start Workbench. API_HOST is undefined in ${WORKBENCH_CONFIG_URL}.`); + throw new Error(`Unable to start Workbench. API_HOST is undefined in ${WORKBENCH_CONFIG_URL} or the environment.`); } return Axios.get(getClusterConfigURL(workbenchConfig.API_HOST)).then(response => { const config = new Config();