-
Notifications
You must be signed in to change notification settings - Fork 8
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
🐞 [Bug]: Enhance the load domains behavior #2982
Comments
This is not possible for our implementation as we don't load 1st page as requested before so we need to get count then load a random page so we might load 3rd page before 1st one |
there are now 2 requests also |
its impossible to make it only one request. We enhanced the load domains by reducing the size of the request and set it to zero |
verified on devnet the request size is 0 now |
Is there an existing issue for this?
which package/s did you face the problem with?
Dashboard
What happened?
While testing the dashboard, I noticed that 2 requests are invoked when the reload icon is pressed. Both of them have the same response/result. Are they both needed?
the
ret_count
query is set to one of them, it can be done by removing the first one and send only one request with theret_count
if neededSteps To Reproduce
ret_count
query is set to one of themwhich network/s did you face the problem on?
Dev
version
b4861f5
Twin ID/s
143
Node ID/s
No response
Farm ID/s
No response
Contract ID/s
No response
Relevant screenshots/screen records
Screencast.from.06-13-2024.08.46.01.AM.webm
Relevant log output
N/A
The text was updated successfully, but these errors were encountered: