question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Error: Error in migration engine. Reason: [libs/sql-schema-describer/src/postgres.rs:1039:28] no entry found for key

See original GitHub issue

Command: prisma migrate reset Version: 3.14.0 Binary Version: 2b0c12756921c891fec4f68d9444e18c7d5d4a6a Report: https://prisma-errors.netlify.app/report/13923 OS: x64 linux 5.15.32-1-MANJARO

JS Stacktrace:

Error: Error in migration engine.
Reason: [libs/sql-schema-describer/src/postgres.rs:1039:28] no entry found for key

Please create an issue with your `schema.prisma` at
https://github.com/prisma/prisma/issues/new

    at handlePanic (/<...>/node_modules/prisma/build/index.js:112999:25)
    at ChildProcess.<anonymous> (/<....>/node_modules/prisma/build/index.js:113008:15)
    at ChildProcess.emit (node:events:527:28)
    at Process.ChildProcess._handle.onexit (node:internal/child_process:291:12)

Rust Stacktrace:

Starting migration engine RPC server
Attempting best_effort_reset
[libs/sql-schema-describer/src/postgres.rs:1039:28] no entry found for key

Issue Analytics

  • State:closed
  • Created a year ago
  • Reactions:7
  • Comments:12 (2 by maintainers)

github_iconTop GitHub Comments

3reactions
wiput1999commented, May 13, 2022

I’m facing this issue too

CleanShot 2022-05-13 at 17 22 59@2x
1reaction
davecthomascommented, May 29, 2022

I got a workaround for this. See my comment here.

Read more comments on GitHub >

github_iconTop Results From Across the Web

RwLock<HashMap> no entry found! - help
It is a logic error for a key to be modified in such a way that the key's hash, as determined by the...
Read more >
Why isn't referentialIntegrity = "prisma" preventing foreign keys ...
I have copied your schema, and I have follow this tutorial, and all works properly. In the image you can see that the...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found