Martin Pinnau
05/09/2022, 1:34 PMWe detected a Prisma 1 project.... If you want to upgrade to Prisma 2+, please have a look at our upgrade guide
. I used this upgrade instruction site (https://www.prisma.io/docs/guides/upgrade-guides/upgrade-from-prisma-1/upgrade-from-mongodb-beta), but it fails on prisma init. Currently there is no prisma or prisma1 folder present. What can I do ? -> this seems to be due to prisma.yml
, if you rename that everything works fine. This should be added to the docmumentation, because it seems to happen to many people.Nurul
05/09/2022, 1:56 PMNurul
05/09/2022, 1:57 PMprisma.yml
solved the issue for themMartin Pinnau
05/09/2022, 2:24 PMMartin Pinnau
05/09/2022, 2:25 PMMartin Pinnau
05/09/2022, 2:37 PMNurul
05/09/2022, 3:40 PM