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, if we make an RPC call that exceeds the services server's max request size, we get a JS error in the browser console and no return value from the call block (likely undefined or null). We should catch these failures and treat them as any other RPC error.
The text was updated successfully, but these errors were encountered:
Currently, if we make an RPC call that exceeds the services server's max request size, we get a JS error in the browser console and no return value from the call block (likely
undefined
ornull
). We should catch these failures and treat them as any other RPC error.The text was updated successfully, but these errors were encountered: