diff --git a/front/components/data_source/WebsiteConfiguration.tsx b/front/components/data_source/WebsiteConfiguration.tsx index 3821bc74b364..f64585b16e26 100644 --- a/front/components/data_source/WebsiteConfiguration.tsx +++ b/front/components/data_source/WebsiteConfiguration.tsx @@ -149,7 +149,7 @@ export default function WebsiteConfiguration({ }, body: JSON.stringify({ provider: "webcrawler", - connectionId: undefined, + connectionId: "none", name: dataSourceName, configuration: { url: dataSourceUrl, diff --git a/front/package-lock.json b/front/package-lock.json index 8dcdd28b7fe9..750af92edf49 100644 --- a/front/package-lock.json +++ b/front/package-lock.json @@ -155,6 +155,7 @@ "eventsource-parser": "^1.1.1", "hot-shots": "^10.0.0", "io-ts": "^2.2.20", + "io-ts-reporters": "^2.0.1", "io-ts-types": "^0.5.19", "redis": "^4.6.8", "uuid": "^9.0.1"