-
Notifications
You must be signed in to change notification settings - Fork 98
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
Error fetching validator set #1080
Comments
it's odd that we are making requests before the user is signed in |
Can we turn session modals into pages in |
@nylira can you create an issue recommending this change? |
I think this is a strange typo issue |
Assumed fixed |
Still an issue |
What's blocking it? |
the blocking label was still on there |
I can't reproduce it. @faboweb are you able to reproduce it consistently? |
Not consistently but it happens from time to time. |
So what's the desired behavior? Should |
Both seem to be valid options. Maybe we need to defer REST calls a little bit, so we are sure the connected node is working and we wont reconnect. This would solve the root cause. |
I handle the case "skipping it" in #1216 |
Created #1313 to turn the session modals to pages |
The rpc subscription starts before the REST client is up. The headers come in and trigger a load of the validators before the the REST server is up. This creates this issue. Current patch: Do not load data before the user is not signed in (which should be after the REST server is up). |
UI Version: 0.9.3
Description:
Before I sign in, the error message "Error fetching validator set: Internal error" is displayed.
I don't see anything significant in either console.
The text was updated successfully, but these errors were encountered: