Skip to content
This repository has been archived by the owner on Jan 31, 2024. It is now read-only.

False-positive error page on frontend when node is restarted #306

Closed
ozgunozerk opened this issue Aug 8, 2022 · 0 comments · Fixed by #310
Closed

False-positive error page on frontend when node is restarted #306

ozgunozerk opened this issue Aug 8, 2022 · 0 comments · Fixed by #310
Assignees
Labels
bug Something isn't working
Milestone

Comments

@ozgunozerk
Copy link
Contributor

After new error pages and node restart functionality, we have a new bug:

  • When the node is restarted, the restart process is taking a bit of time.
  • During this restart process, the frontend still tries to query the websocket via getSyncState()
  • because the node is not available during that time, the query fails, and an error page is displayed with a restart option
  • however, everything in the backend is working as expected
  • if frontend can know about this, and waits for a few seconds, or waits for a signal from the backend, then frontend can stop querying the websocket.

Here is the further discussion about this: #305

@ozgunozerk ozgunozerk added the bug Something isn't working label Aug 8, 2022
@ozgunozerk ozgunozerk moved this to Triage in Product Engineering Aug 8, 2022
@ozgunozerk ozgunozerk moved this from Triage to Inbox in Product Engineering Aug 8, 2022
@ozgunozerk ozgunozerk moved this from Inbox to Triage in Product Engineering Aug 8, 2022
@ozgunozerk ozgunozerk changed the title Incorrect show of error page on frontend when node is restarted (although everything is working as expected in backend) False-positive error page on frontend when node is restarted (although everything is working as expected in backend) Aug 8, 2022
@ozgunozerk ozgunozerk changed the title False-positive error page on frontend when node is restarted (although everything is working as expected in backend) False-positive error page on frontend when node is restarted Aug 8, 2022
@ozgunozerk ozgunozerk added this to the 0.6.11 milestone Aug 9, 2022
@achiurizo achiurizo moved this from Triage to Inbox in Product Engineering Aug 9, 2022
@achiurizo achiurizo moved this from Inbox to In Progress in Product Engineering Aug 9, 2022
Repository owner moved this from In Progress to Done in Product Engineering Aug 10, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants