Download file microflow action does not work in mobile web
0
Hi all, Not sure if anyone has encountered a similar issue before. I have a Mendix project in which one of the requirements is to create a one-time shareable link for anonymous users to open the link and download a FileDocument. The microflow deep link + security restrictions I've set up work perfectly fine on a desktop browser and download the files correctly. However, on mobile web browser (Firefox for Android), it keeps throwing HTTP ERROR 400 illegal path character. Inspecting the Firefox debug console says "[Client] DOMException: Entry not found". It seems that on mobile browser, for some reason, the FileDocument object is just empty. I've tried to play around with the security restrictions, tried creating a landing page with a nanoflow to execute the download with a custom JavaScript action, but I am still getting the same result. Has anybody experienced the same issue before? If so, have you found a solution for this issue?
asked
Rionald Chancellor
1 answers
0
The error message mentions an illegal path character. This makes me wonder if you are using "\" instead of "/" in your path? Can you share an example of a failing link URL?