When attempting to upload an image that is too large, the system continues loading indefinitely and does not provide any warning or error message to the user. This can cause confusion and prevents the user from knowing the file size exceeded the allowed limit.
Expected Behavior:
The system should:
- Notify the user that the file is too large, or
- Prevent the upload and show a clear error message.
Steps to Reproduce:
- Go to Profile -> Change avatar.
- Attempt to upload a large image file (e.g.. 5MB)
- Observe that the loader spins continuously and no error message is shown.
