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
- Go to http://52.66.208.178:9876/me
- Click on the upload photo button
- see error and loader
Expected behaviour
The loader should have stopped after the error comes.
Screenshots


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