Hi team,
I’m hitting a digest generation failure when packing my app. The webpack build itself completes successfully, but packing fails right after with no further detail.
Environment:
FDK version in manifest: 10.1.2 (auto-updated to 10.1.8 on run)
FDK version installed/running: 10.1.8
Node version: v24.11.0
Command: fdk pack -s
Log output:
FDK version mismatch. App was developed in 10.1.2 and is being run in 10.1.8.
FDK version in manifest is being updated to the current version.
Starting local server to test app settings validation
App setting validation probe success
App being packed in Node v24.11.0 using FDK 10.1.8
Code coverage has been skipped. Skipping code coverage may result in your app being rejected by the Freshworks Marketplace.
[… webpack build output, compiled successfully …]
webpack 5.105.4 compiled successfully in 6517 ms
Error while generating digest file.
App setting validation passes and the webpack build compiles cleanly with all assets emitted (vendors, main, runtime bundles + index.html), so the failure appears to happen specifically in FDK’s post-build digest/packaging step, not in my app code.
What I’ve tried:
Confirmed webpack output completes with no errors
App settings validation passes locally
Questions:
Is FDK 10.1.8 known to have issues generating the digest file on Node v24.x? I noticed earlier threads on this error were traced to Node version constraints on older FDK releases — is there a currently supported/recommended Node version for FDK 10.1.8?
Could the automatic manifest FDK-version bump (10.1.2 → 10.1.8) be leaving the manifest in a state that breaks digest generation?
Any way to get more verbose/debug output from fdk pack to see exactly where digest generation is failing?
Thanks!