toni
toni
DDeno
Created by Sun「無用」 on 12/30/2024 in #help
Prisma in deno
last time I tried it, i need to comment previewFeatures = ["deno"] . The settings only working with prisma accelerate in this tutorial https://www.prisma.io/docs/orm/prisma-client/deployment/edge/deploy-to-deno-deploy
20 replies
DDeno
Created by Sun「無用」 on 12/30/2024 in #help
Prisma in deno
maybe you could find another way 😄
20 replies
DDeno
Created by Sun「無用」 on 12/30/2024 in #help
Prisma in deno
I've created simple GitHub repository to run Deno 2 with Prisma https://github.com/tonidy/prisma-deno-example, currently Prisma is lack off ESM, need a workaround to use CJS in deno
20 replies
DDeno
Created by Charlie on 12/31/2024 in #help
Nextjs 15 with prisma/sqlite failing at eventLoopTick
which deno version? Is it latest version 2.1.4?
8 replies
DDeno
Created by Charlie on 12/31/2024 in #help
Nextjs 15 with prisma/sqlite failing at eventLoopTick
can you share steps for reproducing the error? Better if you can push it to git
8 replies
DDeno
Created by aikolover on 1/1/2025 in #help
Axios always 404 when using using proxies compared to Node.JS
To assist you effectively, could you please provide the following details: • Proxy Details: Are you using an HTTP, HTTPS, or SOCKS proxy? What proxy tool is it? • Deno Version: Which version of Deno are you currently using? Have you tried to use deno --allow-net main.ts ?
2 replies
DDeno
Created by magicrobots on 12/27/2024 in #help
Test react components, having difficulty with `document global not in Deno` using happy-dom
Did you use deno 2? AFAIK, global has been removed from deno 2. You can use latest deno 1.46.3
3 replies