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

Graceful error handling when fetching posts #172

Open
rupansh-sekar-yral opened this issue Apr 4, 2024 · 0 comments
Open

Graceful error handling when fetching posts #172

rupansh-sekar-yral opened this issue Apr 4, 2024 · 0 comments
Assignees
Labels
bug Something isn't working priority-medium Medium priority, compromises functionality/UX

Comments

@rupansh-sekar-yral
Copy link
Contributor

Currently there are 2 places where we are not handling errors properly in post_view

  1. https://github.com/go-bazzinga/hot-or-not-web-leptos-ssr/blob/main/src/page/post_view/mod.rs#L203
  2. https://github.com/go-bazzinga/hot-or-not-web-leptos-ssr/blob/main/src/page/post_view/mod.rs#L210

Handling instructions:

  1. Retry N times (continue)
  2. skip pushing, cnt -= 1
@rupansh-sekar-yral rupansh-sekar-yral added bug Something isn't working priority-medium Medium priority, compromises functionality/UX labels Apr 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working priority-medium Medium priority, compromises functionality/UX
Projects
None yet
Development

No branches or pull requests

2 participants