Uploading file failed: null ERROR

0
I'm experiencing an issue with the file manager widget. When users modify the file to be uploaded and then try to upload it again, they encounter an error. I've checked that the file explorer and file are properly closed. I'm considering clearing the data source of the file manager widget as a potential solution. Can anyone provide insight into what might be causing this issue?
asked
3 answers
0

Gerardo,

Have you looked in the logs to see if there are any messages that might help (both the Mendix logs and browser console)?  Also, have you checked the permissions on the entity to ensure that logged in users have the proper permissions?  Can you reproduce this in Studio Pro?

Answers to some of those questions will help track down the issue.

Mike

answered
0

this is the page.

image.png

 

this is part of the domain model:

image.png

 

and this is the microflow that is executed when the user clicks on upload button. I added a breakpoint here but it is not being hit, I think the error occurs before.image.png

answered
0

rThis is the configuration of the upload buttonimage.png

answered