-
Notifications
You must be signed in to change notification settings - Fork 34
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
Loader shows up in some parts of the application when ajax request completes #72
Comments
I am unable to replicate the issue, what should I do? |
@AbhijithGanesh what errors you are getting ? |
I am not getting the loader itself |
Click on change photo button -> select photo -> click on update button, you will see a loader on the update button itself |
Understood the Issue, working on it. |
The asynchronous error is related to AWS which I am not familiar with, It says specific bucket is not valid, it is related to the API which axios sends I suppose. Can you please help? |
You don't have care about aws, you just have find its error handling. |
I did that yet it shows the specified bucket is not valid error? I will make a PR soon |
Make the pr, I will review it |
Describe the bug
In many parts of the application where an ajax request is being made, there is a loader to show like your request is being processed, now there is no error handling for the request failure case -> Request gets failed but the loader is still showing up.
To Reproduce
Expected behaviour
The loader should have stopped after the error comes.
Screenshots
The text was updated successfully, but these errors were encountered: