diff --git a/src/react/actions/auth.ts b/src/react/actions/auth.ts index eae26e6e3..1c098f3b3 100644 --- a/src/react/actions/auth.ts +++ b/src/react/actions/auth.ts @@ -97,6 +97,7 @@ export function loadAppConfig(config: AppConfig, user): ThunkNonStateAction { config.zenkoEndpoint, config.iamInternalFQDN, config.s3InternalFQDN, + config.basePath, ), ), );