-
Notifications
You must be signed in to change notification settings - Fork 289
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cloudflare:sockets import error #711
Comments
Similar issue brianc/node-postgres#2978 |
You should take it up with the bundler picking the wrong export. |
Also seeing this with a base Next.js 14 app in dev |
same issue on Next.js 14 dev |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I was using https://github.com/t3-oss/create-t3-turbo to create app. It uses drizzle and planetscale, i changed it to use postgres, but it gives error
because of await import ("cloudflare:sockets") in polyfilles. Any ideas how to fix it?
Github repo with steps to reproduce:
https://github.com/maxifom/postgresjs-bug
The text was updated successfully, but these errors were encountered: