Skip to content

Commit

Permalink
fix(github): Catch error on WebSocket
Browse files Browse the repository at this point in the history
  • Loading branch information
annelhote committed Sep 12, 2024
1 parent 2c20c7f commit 8c148cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions client/.env.staging
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
VITE_APP_MATOMO_SITE_ID=49
VITE_HEADER_TAG=staging
VITE_WS_HOST=wss://works-magnet.staging.dataesr.ovh
VITE_WS_PORT=443
VITE_WS_HOST=wss://works-magnet.staging.dataesr.ovh
1 change: 1 addition & 0 deletions client/src/pages/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ export default function Home({ isSticky, setIsSticky }) {
toastType: toastType ?? 'info',
});
},
onError: (e) => console.error(e),
share: true,
});

Expand Down

0 comments on commit 8c148cd

Please sign in to comment.