+* When hosting on Windows Server with IIS, ensure the WebSocket Protocol feature is installed. Umbraco's backoffice preview uses SignalR, which relies on WebSockets for real-time communication (such as live preview updates). Without it, SignalR will fall back to Server-Sent Events and may time out after ~30 seconds, showing a "Could not establish a connection to the server" warning in the preview window. You can install the WebSocket Protocol via **Server Manager → Add Roles and Features → Web Server (IIS) → **Web Server** → Application Development → WebSocket Protocol**.
0 commit comments