P
Prisma•4mo ago
Bobson

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
No description
No description
22 Replies
Nurul
Nurul•4mo ago
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?
Bobson
Bobson•4mo ago
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
Bobson
Bobson•4mo ago
this is the branch that has prisma pulse
Bobson
Bobson•4mo ago
just got this error while runnint it locally
No description
Bobson
Bobson•4mo ago
"@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
Nurul
Nurul•4mo ago
Thanks, I am checking this and also informing our Pulse team
Bobson
Bobson•4mo ago
thank you, I'll be waiting for your feedback
Nurul
Nurul•4mo ago
Can you let me know the email with you signed up? I am having trouble finding your user record for investigation. @Bobson
Nurul
Nurul•4mo ago
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 🙏
Nurul
Nurul•4mo ago
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.
Bobson
Bobson•4mo ago
Okay I’ll try it out and let you know
Nurul
Nurul•4mo ago
Thanks
Bobson
Bobson•4mo ago
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.
Bobson
Bobson•4mo ago
No description
Bobson
Bobson•4mo ago
what is the difference between named and un named stream
Bobson
Bobson•4mo ago
I am currenlty using a named stream
No description
Bobson
Bobson•4mo ago
will that error go away if I change it to const stream = await prisma.user.stream(); what is the difference
Bobson
Bobson•4mo ago
No description
Jake
Jake•4mo ago
Getting this here as well The only difference would be the table it's watching @Bobson
Bobson
Bobson•4mo ago
But they are both referring to the same table User table const stream = await prisma.user.stream();
and const stream = await prisma.user.stream({name: “user-stream”});
Want results from more Discord servers?
Add your server