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

Filtering by paused fails to load #24

Closed
elboletaire opened this issue Jul 1, 2024 · 5 comments
Closed

Filtering by paused fails to load #24

elboletaire opened this issue Jul 1, 2024 · 5 comments
Labels
bug Something isn't working

Comments

@elboletaire
Copy link
Member

see https://vocdoni-explorer-dev.netlify.app/processes?status=PAUSED

or https://vocdoni-explorer-stg.netlify.app/processes?status=PAUSED

@elboletaire elboletaire added the bug Something isn't working label Jul 1, 2024
@selankon
Copy link
Collaborator

selankon commented Jul 3, 2024

Not sure is an error of the explorer. The API returns 404

@elboletaire
Copy link
Member Author

Not sure is an error of the explorer. The API returns 404

Agree, but we should improve its handling... reduce the attempts if it returns certain errors, and maybe ensure we show the error sooner

@selankon
Copy link
Collaborator

selankon commented Jul 3, 2024

I guess the number of attempts is managed by the SDK. I can research a bit more. Also show a loader when is searching by filters.

@elboletaire
Copy link
Member Author

I guess the number of attempts is managed by the SDK. I can research a bit more. Also show a loader when is searching by filters.

react-query by default retries up to 5 times if I'm not wrong if the query throws an error. But the retries and stuff are handled by react query itself.

This was referenced Jul 3, 2024
@elboletaire
Copy link
Member Author

Closed by #42

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants