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
We pulled your repo and tried to reproduce the issue to find the cause. The problem lies with the /web import of libsql and webpack, while we are using the libsql client in drizzle driver implementation. The issue is that while esbuild bundles everything as expected, webpack does not, and we don’t have many options to address this. Therefore, we’ve decided to add a few more drivers to Drizzle specifically for web, wasm, etc.
We’ll need a few days to implement this, update the documentation, and get back to you
What version of
drizzle-orm
are you using?0.35.2
What version of
drizzle-kit
are you using?0.26.2
Describe the Bug
I'm trying to upgrade to latest drizzle
openstatusHQ/openstatus#1048
But Build does not work either locally or on Vercel
It works if i'm downgrading to 0.34.1
tursodatabase/libsql-client-ts#274
Expected behavior
No response
Environment & setup
No response
The text was updated successfully, but these errors were encountered: