Download DOCX file from API

Hi @MiguelOrtiz ,

It seemed at first like a Retool issue because, with the same configurations on different endpoints, I received {base64Data, name, sizeBytes, type} by default on one endpoint, and {message} on the other. So I thought maybe Retool handles ZIP files properly but not DOCX files

However, I can confirm that explicitly setting the proper Content-Type on the backend side resolved this issue

1 Like