And my question is more generally to be able to make CF Pages, CF Hyperdrive and Prisma working toge
And my question is more generally to be able to make CF Pages, CF Hyperdrive and Prisma working together
cloudflare:sockets to work after being bundled as _worker.js by next-on-pagesnpm i @prisma/adapter-pg-worker. There are no other projects in the npm registry using @prisma/adapter-pg-worker.
pg? Or both? pgisn't this library not working on CF Pages?npm create cloudflare@latest my-next-app -- --framework=next (when creating a new project) or npx @cloudflare/next-on-pages on a existing project. Opens a wsl shell and is then frozen and when closed gives this error. I've already attempted to run the commands within WSL as suggested and the same shell still opens. Running without WSL enabled gives the other error. No other node processes are running, running the command as administrator does not work either.


npm run dev everything will work as expected. The only downside is that you won't be able to build it to test the production build locally


cloudflare:socketsnpm i @prisma/adapter-pg-workernpm create cloudflare@latest my-next-app -- --framework=next