-
Notifications
You must be signed in to change notification settings - Fork 157
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
Skeleton Loader on Task Details Page Stuck Forever for Missing or Failed API Response #925
Comments
Can i work on this issue ? Can you please assign the issue to me ? @Achintya-Chatterjee |
Hello @abbi4code can you please write this in the discord server |
@abbi4code are you in the RDS discord server? |
@Achintya-Chatterjee No, Im not in the RDS Discord server, but I would love to join. |
how can i join the discord server ? |
@abbi4code for this you have to contact @ankushdharkar |
Issue Description
When navigating to the Task Details page, the skeleton loader is displayed while data is being fetched from the API. However, if the API returns an error (e.g., task not found or a server issue), the skeleton loader remains visible indefinitely. The user is not informed about the error, leading to confusion.
Expected Behavior
If the API returns an error, the Task Details page should display an appropriate error message, such as:
The skeleton loader should stop displaying once an error occurs.
Current Behavior
When the API fails to fetch the task details:
Screenshots
Reproducibility
Steps to Reproduce
Severity/Priority
Checklist
Additional Information
The text was updated successfully, but these errors were encountered: