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

Handle Bee status in Desktop to avoid HTTP API startup issues #279

Open
Cafe137 opened this issue Sep 26, 2022 · 1 comment
Open

Handle Bee status in Desktop to avoid HTTP API startup issues #279

Cafe137 opened this issue Sep 26, 2022 · 1 comment
Labels

Comments

@Cafe137
Copy link
Collaborator

Cafe137 commented Sep 26, 2022

Related: ethersphere/bee-dashboard#499 and ethersphere/bee-dashboard#558

Upon Bee launch, the HTTP API fires up and reports healthy and ready statuses. Contrary to this, some endpoints do not work for a short brief during startup period. A good example is the chequebook API, which wrongly reports that the chequebook is not deployed. This causes the issue above.

The proper fix for this is in Bee, which we have already discussed with the core team during the API feedback round. As a temporary measure, we could implement a system to track the real Bee status (stopped, starting up, running) which we expose in the Desktop, and rely on this in the Dashboard.

@Cafe137
Copy link
Collaborator Author

Cafe137 commented Sep 26, 2022

Related issue in Bee: ethersphere/bee#3248
Seems they have fixed it, we should recheck

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

No branches or pull requests

1 participant