Hello Discourse team. First bug report, I apologize if I’ve made any mistakes.
- Upload a font
foo.woff
in the asset uploader in theme settings - Delete the asset in the theme settings
- Rename the font locally to
bar.woff
- Upload the renamed font
Expected behavior: Discourse accepts new upload and its name is displayed as bar.woff
Buggy behavior: The uploaded file’s name is displayed as foo.woff
Note: I am using BackBlaze B2 as my S3 assets storage in conjunction with BunnyCDN.
I’m not sure whether the bar.woff
is being ignored and instead reassociated with foo.woff
, or if the bar.woff
is being renamed to foo.woff
.