diff --git a/frontend/src/api/common/getQueryStats.ts b/frontend/src/api/common/getQueryStats.ts index 98f25c6486..7277a32852 100644 --- a/frontend/src/api/common/getQueryStats.ts +++ b/frontend/src/api/common/getQueryStats.ts @@ -17,7 +17,7 @@ export function getQueryStats(props: GetQueryStatsProps): void { const token = getLocalStorageApi(LOCALSTORAGE.AUTH_TOKEN) || ''; const socket = new WebSocket( - `${ENVIRONMENT.wsURL}api/v3/query_progress?q=${queryId}`, + `${ENVIRONMENT.wsURL}/api/v3/query_progress?q=${queryId}`, token, );