You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After upgrading our app to node v20, I'm getting the following error message at runtime
RuntimeError: abort(TypeError: Failed to parse URL from /app/node_modules/lz4-asm/dist/_lz4.wasm). Build with -s ASSERTIONS=1 for more info.
[cause]: TypeError: Invalid URL
This is using the kafkajs-lz4 module at version 2.0.0-beta.0
I believe that this version on node is fussier with URL's than previous versions.
The text was updated successfully, but these errors were encountered:
After upgrading our app to node v20, I'm getting the following error message at runtime
This is using the
kafkajs-lz4
module at version2.0.0-beta.0
I believe that this version on node is fussier with URL's than previous versions.
The text was updated successfully, but these errors were encountered: