Hello,
We’re experiencing issues with the FDK due to an outdated and overly strict Node.js version requirement. The documentation states that Node.js v18.13.0 or later is supported, but the package.json currently requires exactly version 18.13.0. This prevents us from using newer, supported Node versions.
I attempted to manually update the version, but when running the application with a newer Node version, it logs undefined in the console without any further explanation, making it hard to debug.
Could you please update the Node version requirement in package.json (e.g. to >=18.13.0) and release a new version of the FDK?
Kind regards,
Gijs