From a8de7c80608c6dee23b008d7a767ba550f58970b Mon Sep 17 00:00:00 2001 From: alma Date: Fri, 9 Jan 2026 09:34:28 +0100 Subject: [PATCH] logging correction rc --- components/parole.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/components/parole.tsx b/components/parole.tsx index bd9444a0..6373b383 100644 --- a/components/parole.tsx +++ b/components/parole.tsx @@ -51,6 +51,7 @@ export function Parole() { const response = await fetch('/api/rocket-chat/messages' + (isRefresh ? '?refresh=true' : ''), { cache: 'no-store', next: { revalidate: 0 }, + credentials: 'include', }); if (!response.ok) {