diff --git a/src/init.ts b/src/init.ts index ca83e94ecd..afe61102f9 100644 --- a/src/init.ts +++ b/src/init.ts @@ -124,6 +124,8 @@ export const appInit = async (apiConfig?: ApiConfig, hostConfig?: HostConfig): P key, value: {} }) + apiConnected = true + return {} } if (r.response && r.response.status === 401) { // The API is technically connected, but we're un-authenticated.