Hello! I'm getting a strange error today out of no...
# orm-help
h
Hello! I'm getting a strange error today out of nowhere when trying to read or write data {"error":"\nInvalid
prisma.listing.create()
invocation:\n\n\n read ECONNRESET"}. Any help would be awesome, thank you!
j
What version of Prisma are you using? Did you upgrade anything? Any interesting configuration we should know about?
h
Thank you! I'm currently on 2.28.0. I haven't upgraded anything between it working and not working - it also just seems to be a localhost issue, not something that comes up after deployment. Configuration is fairly simple - using NextJs, deploying with Vercel, hosting db on Heroku
j
That is super weird.
Generally with version 3.x the communication layer there causing this issue was completely changed, so this might just go away when you upgrade to that. (Make sure to read release notes and documentation as it is a major upgrade)