Cannot destructure property 'functionRid' of 'e' as it is undefined

Hi,

We developed a function on a branch to download pdfs, since we are still on testing it isn’t merged to master yet.

It’s working 99% of the times, but some users report the following:

Cannot destructure property 'functionRid' of 'e' as it is undefined..

Can you please advise on why this might be happening and a possible solution.

We are using it on a workshop module, we developed an action so the experience is more lean and we don’t have a pop up window to confirm the download.

Thanks,

Rita

Are they trying to download a null/empty PDF? I have observed some unexpected errors with null or corrupted PDF, but that was when importing them.

Hi, no, the pdf is there, don’t know if it might be a temporary issue, due to being a recent creation.

Also I have a verification for an empty pdf, and also I find it weird this errors are not showing on the action side logs, it seems that doesn’t even go into the action