`prisma:engine stdout Unknown error`
See original GitHub issueRecently the prisma:engine
logging is full with Unknown error
message:
...
prisma:engine stdout Fetched a connection from the pool +10ms
prisma:engine stdout Unknown error +23ms
prisma:query BEGIN
prisma:engine stdout Unknown error +61ms
prisma:query SELECT "public"."BuyerGroup"."id" FROM "public"."BuyerGroup" WHERE 1=1 OFFSET $1
prisma:engine stdout Unknown error +63ms
prisma:query SELECT "public"."BuyerGroup"."id" FROM "public"."BuyerGroup" WHERE 1=1
prisma:engine stdout Unknown error +22ms
prisma:query COMMIT
...
Logging can be achieved with DEBUG=*
and
const prisma = new PrismaClient({
log: ['query', 'info', `warn`, `error`],
})
Issue Analytics
- State:
- Created 2 years ago
- Reactions:1
- Comments:16 (10 by maintainers)
Top Results From Across the Web
Error in PostgreSQL connection: Error { kind: Closed, cause
Hi Prisma Team! My Prisma Client just crashed. This is the report: Versions Name Version Node v14.16.0 OS debian-openssl-1.1.x Prisma Client ...
Read more >Hello I currently have issues with Prisma that is deployed o | Orm ...
Hello! I currently have issues with Prisma that is deployed on Google App Engine. There is clearly a memory leak and I get...
Read more >mongooseserverselectionerror: connect econnrefused 127.0 ...
You are getting ECONNREFUSED error, which basically means the PORT you are ... stdout Started http server on http://127.0.0.1:44611 prisma:engine Search for ...
Read more >github.com[0: 140.82.121.4]: errno=Unknown error - Stack ...
The problem was the git port is restricted, that's why it gave an error! So you can get it fixed with the following...
Read more >GCSE-847: Error:"Unknown error. XmlException RequestID
Error: “Unknown error. XmlException RequestID: ” When Saving a Workflow to Gallery Environment Details Saving a workflow application to ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@tehnorm Which version of
prisma
and@prisma/client
are you using and could you share your Prisma Client query and schema maybe?along with:
node -v
to see your Node.js version]It will help to reproduce this.
That would be possible, no recollection after 4 weeks. Will observe if I see it again.