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
Setup Next.JS with serverless package and Drizzle ORM
Expected result
No Error on npm run dev
Actual result
cloudflare:sockets
Module build failed: UnhandledSchemeError: Reading from "cloudflare:sockets" is not handled by plugins (Unhandled scheme).
Webpack supports "data:" and "file:" URIs by default.
You may need an additional plugin to handle "cloudflare:" URIs.
Environment
Logs, links
The text was updated successfully, but these errors were encountered:
Ah: seems like we should hold back the pg version we rely on until we've investigated how Cloudflare sockets support works. I've just published 0.4.9 that does that — does this new version work for you?
Steps to reproduce
Setup Next.JS with serverless package and Drizzle ORM
Expected result
No Error on
npm run dev
Actual result
Environment
Logs, links
The text was updated successfully, but these errors were encountered: