Sudden connection string issues
Hi,
I have been working the the ORM for a while now and for seemingly no reason I recently encountered issues with my instance.
When sending any request this error is thrown:
I am 100% sure the connection string is set correctly in my envs (I printed it to confirm). It is accessible through the Prisma CLI (db push etc works as expected), and I do access it correctly when creating the singleton instance.
I have no clue what could be causing this issue. My database is up and since yesterday absolutely nothing changed in my connection string so I really don't know...
Any help would be greatly appreciated ๐
(Prisma 6.6.0)
5 Replies
You decided to hold for human wisdom. We'll chime in soon! Meanwhile,
#ask-ai
is there if you need a quick second opinion.Hey @Yagodi ๐
Can you do a quick check and see if you get the same error in Prisma version 6.5.0 as well?
I want to confirm if this issue is caused by the recent Prisma 6.6.0 release
Yup
I downgraded to 6.5.0 and the problem vanished
Thanks for checking. So it indeed looks like this is related to version 6.6.0
Do you mind creating a GitHub Issue, so that I can share it with ORM team?
https://github.com/prisma/prisma/issues
GitHub
Issues ยท prisma/prisma
Next-generation ORM for Node.js & TypeScript | PostgreSQL, MySQL, MariaDB, SQL Server, SQLite, MongoDB and CockroachDB - Issues ยท prisma/prisma
Sure, I'll do it in my free time ๐