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

Client error occurs sometimes after page transition #130

Open
Rindrics opened this issue Nov 28, 2024 · 2 comments
Open

Client error occurs sometimes after page transition #130

Rindrics opened this issue Nov 28, 2024 · 2 comments
Assignees
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@Rindrics
Copy link
Contributor

Task description

  • resolve cause of client error (happens rarely) related to authentication

Background

  • sometimes client error occurs after page transition
  • the error is due to repetitive failure in fetching user data from external auth backend (we use Supabase)

Workaround available for users

  • users can get page back to normal state by refreshing the page

Resolution candidates

one listed above is more desirable:

  • resolve the root cause of the fetch error (if possible)
  • reduce number of fetch attempts to avoid MaxRetriesExceedError
  • increase maxRetry to decrease possibility of MaxRetriesExceedError occurrence

Additional notes (Optional)

related comment: #107 (review)

@shige shige added good first issue Good for newcomers bug Something isn't working labels Nov 28, 2024
@shige
Copy link
Member

shige commented Dec 2, 2024

@sakit0 I have assigned this issue to you as a good first issue!

@sakit0
Copy link
Contributor

sakit0 commented Dec 16, 2024

The cache() has been added to the data fetch function, so the problem may not occur.

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

No branches or pull requests

3 participants