diff --git a/packages/web/pages/settings/integrations.tsx b/packages/web/pages/settings/integrations.tsx index 68077ba11..d8241f0cf 100644 --- a/packages/web/pages/settings/integrations.tsx +++ b/packages/web/pages/settings/integrations.tsx @@ -116,10 +116,11 @@ export default function Integrations(): JSX.Element { } else { showErrorToast('There was an error connecting to Pocket.') } - router.replace('/settings/integrations') - revalidate() } catch (err) { showErrorToast('Error: ' + err) + } finally { + router.replace('/settings/integrations') + revalidate() } } if (!router.isReady) return