I cannot save a new document with a file attached to an attach field (custom doctype)

Dears,
I am trying to upload a file to a custom doctype (with a field Attach). I attach my file before saving the doc, from my device:

image
When I save the new document with an attachment, I get this error message (it means: "file /private/files/MyFile.txt does not exist):
image

For debug, I looked into the JS console where I found this error:

I also had a look into the network history where I found a response “DoesNotExistError” to the request to /api/method/upload_file

But, once the document is saved, when I change the attached file or reload it from the attach field

image

Then, the file is correctly uploaded:

Do you have any idea where this error comes from ? Is it a bug ?

Some context:

  • frappe version: 13.12.1
  • I am the Administrator, I have all the permissions.
  • The folder /private/files is owned by the user frappe on the system.

Regards

Dears,
I am still working on this issue. I keep it updated on Github: File are not correctly uploaded as attachment when saving a doctype with a field attach · Issue #14422 · frappe/frappe · GitHub

Any help would be really welcomed !!!

Regards