diff --git a/.env b/.env index 9a750a8..dbd8145 100644 --- a/.env +++ b/.env @@ -1 +1 @@ -VITE_UCENTRALSEC_URL="https://sec-dev01.cicd.lab.wlan.tip.build:16001" +VITE_UCENTRALSEC_URL="https://ucentral.dpaas.arilia.com:16001" diff --git a/src/pages/Devices/ListCard/ExportButton/utils.ts b/src/pages/Devices/ListCard/ExportButton/utils.ts index 3aa58e5..5b31fa9 100644 --- a/src/pages/Devices/ListCard/ExportButton/utils.ts +++ b/src/pages/Devices/ListCard/ExportButton/utils.ts @@ -55,7 +55,8 @@ const getDevicesProvisioningStatus = async (serialNumbers: string[]) => provisioning, }; }), - ); + ) + .catch(() => []); const getDeviceGatewayInfo = (limit: number, offset: number) => axiosGw