diff --git a/packages/twenty-front/src/App.tsx b/packages/twenty-front/src/App.tsx
index abec5f438..c892a6402 100644
--- a/packages/twenty-front/src/App.tsx
+++ b/packages/twenty-front/src/App.tsx
@@ -137,14 +137,14 @@ export const App = () => {
path={SettingsPath.NewObject}
element={}
/>
+ }
+ />
- }
- />
}
diff --git a/packages/twenty-server/src/workspace/workspace-query-runner/jobs/call-webhook.job.ts b/packages/twenty-server/src/workspace/workspace-query-runner/jobs/call-webhook.job.ts
index 597d515f6..5945b68c1 100644
--- a/packages/twenty-server/src/workspace/workspace-query-runner/jobs/call-webhook.job.ts
+++ b/packages/twenty-server/src/workspace/workspace-query-runner/jobs/call-webhook.job.ts
@@ -26,7 +26,7 @@ export class CallWebhookJob implements MessageQueueJob {
`CallWebhookJob successfully called on targetUrl '${data.targetUrl}'`,
);
} catch (err) {
- throw new Error(
+ this.logger.error(
`Error calling webhook on targetUrl '${data.targetUrl}': ${err}`,
);
}