From 7d9312f6aa4a6727500ade9db86b93da2ca69c98 Mon Sep 17 00:00:00 2001 From: Asher Date: Wed, 2 Apr 2025 01:18:51 +0000 Subject: [PATCH] fix: watch workspace agent logs (#17209) --- site/src/api/api.ts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/site/src/api/api.ts b/site/src/api/api.ts index 85953bbce736f..1bb8bbf525bbd 100644 --- a/site/src/api/api.ts +++ b/site/src/api/api.ts @@ -243,7 +243,10 @@ export const watchWorkspaceAgentLogs = ( agentId: string, { after, onMessage, onDone, onError }: WatchWorkspaceAgentLogsOptions, ) => { - const searchParams = new URLSearchParams({ after: after.toString() }); + const searchParams = new URLSearchParams({ + follow: "true", + after: after.toString(), + }); /** * WebSocket compression in Safari (confirmed in 16.5) is broken when pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy