Hi i am using prisma with express server, i am abl...
# prisma-client
a
Hi i am using prisma with express server, i am able to get the data from the prisma client but not able to send it with res.send or res.json.
j
Hey @Alonso A., here’s a working example: https://github.com/jquirossoto/node-typescript-express-ecs. Please take a look at the configurations in src/app.ts.
a
I don't see any help from the shared repo, i have the above code that is fairly simple and not understanding why not able to use that response to send it to the client side.