Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle request size too large #1531

Open
dragazo opened this issue May 7, 2024 · 0 comments
Open

Handle request size too large #1531

dragazo opened this issue May 7, 2024 · 0 comments

Comments

@dragazo
Copy link

dragazo commented May 7, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant