-
Notifications
You must be signed in to change notification settings - Fork 727
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
w2ui 2.0 grid - redundant GET request to the server that is aborted (canceled) #2457
Comments
I have been post Pull request to fix it, But be cancel. |
Thanks for the info. |
@WenSheng-tw |
@jankrnavek |
I did some research and came up with the following.
Please @vitmalina look at it. |
When a new grid is created (initiated), send two requests to the server. The first one is aborted (canceled), and the second one successfully downloads records from the server.
I mean the first one is a bug.
It happenes randomly and I am convicted that my backend is ok. (django-ninja)
The text was updated successfully, but these errors were encountered: