pdf2Data Uncaught TypeError

Product: pdf2Data

Product Version: 4.3.2

I’ve installed iText pdf2Data version 4.3.2 on a clean Ubuntu 22 VM using the provided helper scripts as instructed here.

The installation works an I can login and start the creation of a new template. But when I get to the point to define data fields, an empty page is shown and and error is thrown in the browser console:

Uncaught TypeError: crypto.randomUUID is not a function
    uz http://192.168.30.120/editor/static/js/main.736088aa.js:2
    <anonymous> http://192.168.30.120/editor/static/js/main.736088aa.js:2
    <anonymous> http://192.168.30.120/editor/static/js/main.736088aa.js:2
    <anonymous> http://192.168.30.120/editor/static/js/main.736088aa.js:2

Tried with installing full application and editor standalone. Both give the same error. Tried older versions 4.3.1 and 4.2.1 but both redirect to the login page after creating a new template.

Any suggestions?

1 Like

We are reviewing this request and will reach back out shortly.

1 Like

Solved it. The site needs to work on https. Added a reverse proxy with certificate, all fine.

1 Like