Skip to content

Commit e407e52

Browse files
Extends docs FAQ with first-time run issue
1 parent 8eda3e0 commit e407e52

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,4 +351,8 @@ If you have the failure rate at 100% then no request can ever succeed. If you co
351351

352352
### I have a 429 response with no `Retry-After` header
353353

354-
As documented in the [Best practices to handle throttling](https://learn.microsoft.com/en-us/graph/throttling#best-practices-to-handle-throttling) an exponential backoff retry policy is recommended.
354+
As documented in the [Best practices to handle throttling](https://learn.microsoft.com/en-us/graph/throttling#best-practices-to-handle-throttling) an exponential backoff retry policy is recommended.
355+
356+
### All requests fail with gateway timeout
357+
358+
If you're running the proxy for the first time, it can happen that the network access configuration didn't propagate timely and the proxy started without access to your network. Close the proxy by pressing Enter in proxy's window and restart the proxy and it should be working as intended.

0 commit comments

Comments
 (0)