Prisma Pulse issue
My server keeps crashing sometimes after 24hours the recent one was after 40hours and the error messages suggest something to do with prisma pulse
22 Replies
Hey đź‘‹
What is your GitHub Handle?
I would like to take a look at logs on our end to check.
Also, can you let us know your prisma and prisma pulse extension version?
GitHub
GitHub - japahubs/japahubs-backend at prisma-pulse
A platform to connect with others seeking a better life abroad, share experiences, and navigate the transition together. - GitHub - japahubs/japahubs-backend at prisma-pulse
this is the branch that has prisma pulse
just got this error while runnint it locally
"@prisma/client": "^5.15.1",
"@prisma/extension-pulse": "^1.1.0",
"prisma": "^5.15.1",
that's the github but youl'll need some env variables to run it
Thanks, I am checking this and also informing our Pulse team
thank you, I'll be waiting for your feedback
Can you let me know the email with you signed up?
I am having trouble finding your user record for investigation.
@Bobson
Strange, do you mind sharing the URL you get when you login to console.prisma.io?
It would be along the lines of https://console.prisma.io/clw4qw9fwXXXXXXXXX/overview
This would help me pinpoint the issue 🙏
Thanks for sharing!
We just released pulse extension version 1.1.1 with a few improvements.
Can you please try it out and let us know if you still get the error?
https://www.npmjs.com/package/@prisma/extension-pulse
npm
@prisma/extension-pulse
Prisma Client extension for Pulse. Latest version: 1.1.1, last published: 2 days ago. Start using @prisma/extension-pulse in your project by running
npm i @prisma/extension-pulse
. There are no other projects in the npm registry using @prisma/extension-pulse.Okay I’ll try it out and let you know
Thanks
Hi, I did try the new version today, about 3 hours ago, so far I have not experienced that error, but I'm still watching.
what is the difference between named and un named stream
I am currenlty using a named stream
will that error go away if I change it to
const stream = await prisma.user.stream();
what is the differenceGetting this here as well
The only difference would be the table it's watching @Bobson
But they are both referring to the same table
and
User
table
const stream = await prisma.user.stream();
and
const stream = await prisma.user.stream({name: “user-stream”});