beth-stack icon indicating copy to clipboard operation
beth-stack copied to clipboard

docker deploy failed libsql

Open rakis10 opened this issue 1 year ago • 0 comments

I tried to deploy app with docker to koyeb and render and failed with same error:

any ideas? thx

  at /app/node_modules/libsql/index.js:42:23
  at globalThis (/app/node_modules/libsql/index.js:336:29)

37 | statementRun, 38 | statementRowsSync, 39 | statementColumns, 40 | statementSafeIntegers, 41 | rowsNext, 42 | } = load(__dirname) || require(@libsql/${target}); ^ TypeError: libc.so: cannot open shared object file: No such file or directory at /app/node_modules/libsql/index.js:42:23 at globalThis (/app/node_modules/libsql/index.js:336:29)

rakis10 avatar Feb 28 '24 20:02 rakis10