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
Joel
September 1, 2026, 2:44pm
2
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.
anaritarc:
Hi, no, the pdf is there, don’t know if it might be a temporary issue, due to being a recent creation.
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