Closed diboune closed 1 year ago
I temporarily reverted to better-sqlite3 until i get this fixed
@diboune can you please test 0.3.5-pre.2 with the following additional configuration:
https://github.com/libsql/libsql-client-ts#using-the-library-with-nextjs
The extra config is not needed if you use a version of Next with https://github.com/vercel/next.js/pull/55266 included.
I had this problem while using Remix.run, but yes it's now working in both of Vercel runtimes! thank you!
Thanks for reporting back, @diboune!
I just faced this issue with Lambda on AWS, any fix that's not specific to Vercel @penberg ?
@hamedmam Aah, I think I just answered you on X. Isn't importing @libsql/client/web
working for you? It's the same API, but without the optional native dependency.
Hello! I'm having the same issue trying to build a sveltekit app on vercel.
I can't pass the build step, it fails with Error: Cannot find module '@libsql/linux-x64-gnu'
I'm using "@libsql/client": "^0.3.5"
. Any advice?
Update I reverted back to version 0.3.2 and the issue is gone
@penberg I think this issue should be reopened
After upgrading to @libsql/client@0.3.3-pre.2 it started giving me this error in the Vercel logs --- @libsql/client@0.3.2 works fine.