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) {