diff --git a/src/frontend/src/components/DroneOperatorTask/DescriptionSection/PopoverBox/ImageBox/index.tsx b/src/frontend/src/components/DroneOperatorTask/DescriptionSection/PopoverBox/ImageBox/index.tsx index 9a97bfd3..9d7f7631 100644 --- a/src/frontend/src/components/DroneOperatorTask/DescriptionSection/PopoverBox/ImageBox/index.tsx +++ b/src/frontend/src/components/DroneOperatorTask/DescriptionSection/PopoverBox/ImageBox/index.tsx @@ -55,7 +55,7 @@ const ImageBoxPopOver = () => { mutationFn: () => postProcessImagery(projectId, taskId), onSuccess: () => toast.success('Image processing started'), retry: (failureCount: any, error: any) => - error.status === 304 && failureCount < 5, + error.status === 307 && failureCount < 5, }); // function that gets the signed urls for the images and again puts them in chunks of 4