Troubleshooting
Streaming Errors
Fix streaming interruptions and protocol mismatch.
Streaming errors are often caused by protocol mismatch or client-side timeouts.
Check:
- The endpoint supports streaming for the selected protocol.
- The client accepts Server-Sent Events when using HTTP streaming.
- The provider group supports the requested model.
- The client did not disconnect before the upstream finished.
- The request body does not exceed size limits.
For OpenAI Responses WebSocket, enable WebSocket settings only in clients that explicitly support Responses WebSocket.
AnyRoute Docs