From eb04422b9ffdf5b6a15c00503ed57c8d44bdc554 Mon Sep 17 00:00:00 2001 From: bkellam Date: Wed, 23 Jul 2025 14:05:52 -0700 Subject: [PATCH] add troubleshooting step for network timeouts --- docs/docs/features/ask/overview.mdx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/docs/features/ask/overview.mdx b/docs/docs/features/ask/overview.mdx index 0e85915c..cd48b8c9 100644 --- a/docs/docs/features/ask/overview.mdx +++ b/docs/docs/features/ask/overview.mdx @@ -49,4 +49,8 @@ We built Ask Sourcebot to address these problems. With Ask Sourcebot, you can: Being a web app is less convenient than being in your IDE, but it allows Sourcebot to provide responses in a richer UI that isn't constrained by the IDE. We believe this experience of understanding your codebase is superior, and we hope you find it useful. We'd love to know what you think! Feel free to join the discussion on our -[GitHub](https://github.com/sourcebot-dev/sourcebot/discussions). \ No newline at end of file +[GitHub](https://github.com/sourcebot-dev/sourcebot/discussions). + +# Troubleshooting + +- **Network timeouts**: If you are hitting generic "network error" message while the answer is streaming when Sourcebot is deployed in a production environment, it may be due to your load balancer or proxy not being configured to handle long-lived connections. The timeout should be configured to a sufficiently large value (e.g., 5 minutes). \ No newline at end of file