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
Currently, the gateway crashes in some cases where there is a provider config level exceptions. These should be gracefully handled.
Moreover, in retryHandler, we are not handling all the TypeError instances where the fetch itself would have failed. In such scenarios, gateway should create a 500 response with the exception message
The text was updated successfully, but these errors were encountered:
Currently, the gateway crashes in some cases where there is a provider config level exceptions. These should be gracefully handled.
Moreover, in retryHandler, we are not handling all the TypeError instances where the fetch itself would have failed. In such scenarios, gateway should create a 500 response with the exception message
The text was updated successfully, but these errors were encountered: