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