Error: Error in migration engine. Reason: [libs/sql-schema-describer/src/postgres.rs:1039:28] no entry found for key
See original GitHub issueCommand: 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:
- Created a year ago
- Reactions:7
- Comments:12 (2 by maintainers)
Top 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 >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
I’m facing this issue too
I got a workaround for this. See my comment here.