remove_previously_stored_#{column}
does not work with remote_#{column}_url=
#2779
Labels
remove_previously_stored_#{column}
does not work with remote_#{column}_url=
#2779
Version: carrierwave (3.1.1)
In the example repository rails8-carrierwave-example, when opening http://localhost:3000/users/1/edit, entering a URL in the "Remote avatar url" field, and submitting the form, the old avatar is not deleted:
simplescreenrecorder-2025-02-25_22.49.14.mp4
On the other hand, when uploading a file via "Choose File," the old avatar is properly deleted:
simplescreenrecorder-2025-02-25_23.06.50.mp4
Is this behavior intentional?
The text was updated successfully, but these errors were encountered: