diff --git a/packages/web/components/templates/homeFeed/HomeFeedContainer.tsx b/packages/web/components/templates/homeFeed/HomeFeedContainer.tsx index 6ea6ef67d..6a72116f2 100644 --- a/packages/web/components/templates/homeFeed/HomeFeedContainer.tsx +++ b/packages/web/components/templates/homeFeed/HomeFeedContainer.tsx @@ -738,7 +738,6 @@ function HomeFeedGrid(props: HomeFeedContentProps): JSX.Element { const signedUrl = new URL(request?.uploadSignedUrl) const result = await fetch(signedUrl, { method: 'PUT', - mode: 'no-cors', }) console.log('result of uploading: ', result) } catch {