You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -351,4 +351,8 @@ If you have the failure rate at 100% then no request can ever succeed. If you co
351
351
352
352
### I have a 429 response with no `Retry-After` header
353
353
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