Does it work correctly if you do not have the Replace Spaces option checked? The option does only a simple regexp replace which should not affect any UTF8 characters.
@patrick nope. Tried every options with the “File Upload” action but still getting same result. I eventually uploaded the upload.js to chatgpt and asked it questions about possible issues with UTF8 characters like é,à,è,ô,etc… and it seems to be finding issues with (await file.mv(filepath);) and (parseTemplate).
I can confirm that the error is not from a process after the upload (database insert, s3 upload, etc), its once it hits “File Upload” server action that the name changes.
Thanks for your help, it really stops my development right now.
Soooo… Is it possible to get a confirmation that its a bug or not? Can’t say if problem is only on my side, I would just need a little guidance. Thanks