`prisma2 init` navigation infinite loop
See original GitHub issueHi!
If you start prisma2 init
and select the following:
Starter Kit => JavaScript => Back => Back => Blank project => SQLite => Confirm => JavaScript, you’ll be back in the Select starter kit
dialog. If you select Script (Node.js)
you will be sent back to Supported databases
and the loop continue from the SQLite
step above.
This is using preview-9
.
Issue Analytics
- State:
- Created 4 years ago
- Comments:7 (7 by maintainers)
Top Results From Across the Web
Prisma server "infinite" loop problem - Questions
Hello, I have a very unique issue with my prisma project. I created a prisma server with docker and I set the endpoint...
Read more >React-query: how to paginate with useInfiniteQuery
I'm trying to make an infinite scroll with rick and morty API and here's how I implemented it: Your function ( getCharacters )...
Read more >Implementing Infinite scroll UI pattern with NextJS, Prisma and ...
In this video we will see how can we implement the famous UI pattern of Infinite scroll, we will use NextJs, Prisma as...
Read more >Clustering 4000 Stack Overflow tags with BigQuery k-means
How would you group more than 4,000 active Stack Overflow tags into meaningful groups? This is a perfect task for unsupervised learning and ......
Read more >How to create an "infinite loop" navigation ? : r/reactnative
Hello, I would like to create a system where the user can navigate through different movies without going back. You have a list...
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 Free
Top 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
We will replace the existing
init
wizard with a much simpler version in2.0.0-preview020
, so this problem will be gone after that 🚀I can confirm the observed behavior (while testing on Windows).
Thanks for reporting this @ChristianJacobsen, and bonus points for typing out the exact path to get there.