Skip to content

Commit eb04422

Browse files
add troubleshooting step for network timeouts
1 parent 78c07b8 commit eb04422

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/docs/features/ask/overview.mdx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,8 @@ We built Ask Sourcebot to address these problems. With Ask Sourcebot, you can:
4949
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.
5050

5151
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
52-
[GitHub](https://github.com/sourcebot-dev/sourcebot/discussions).
52+
[GitHub](https://github.com/sourcebot-dev/sourcebot/discussions).
53+
54+
# Troubleshooting
55+
56+
- **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).

0 commit comments

Comments
 (0)