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

The browser keeps sending the same request to the free domain page. #10

Open
DulkarnaevNail opened this issue Sep 19, 2022 · 0 comments

Comments

@DulkarnaevNail
Copy link

Bug Type

Performance

Reproduction steps

  1. Open https://dns.ton.org/
  2. Enter a free domain in the search field(html element input.start-input) and click on Enter.
  3. Open the Network tab in the browser dev tools.

Actual result

A post request https://toncenter.com/api/v2/jsonRPC is sent to the server every few seconds. At the same time, if you refresh the page with a free domain, this request is sent only a few times. I think this is a bug in the system, sending the same request to get information about the wallet is not a good solution. It's better to find out about wallet status via Webhook.

Expected result

The jsonRPC isn't sent every few seconds.

Suggested Severity

Medium

Device

Desktop (please complete the following information):

OS: macOS Catalina ver.10.15.7
Browser Chrome
Version 105.0.5195.125

Additional Context

No response

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

No branches or pull requests

1 participant