wasp-lang / wasp

The fastest way to develop full-stack web apps with React & Node.js.
https://wasp-lang.dev
MIT License
12.73k stars 1.13k forks source link

Disable Prisma's Checkpoint functionality for now as it is causing Studio to fail #2074

Closed Martinsos closed 3 weeks ago

Martinsos commented 1 month ago

We had multiple users (3 so far) report that Prisma Studio fails while looking for this Checkpoint file of theirs (it is their telemetry).

I am not sure if this is only when migrating from Wasp 0.11 to 0.13, or for any Wasp version.

I am guessing once we upgrade to Prisma this will likely stop being an issue, but for now, I can confirm that disabling the Prisma Checkpoint thing solves the issue.

So I suggest that in Wasp we set CHECKPOINT_DISABLE=1 (the same way we set that env var for Prisma to stop warning people about upgrading), so from the next release on we don't have that issue.

Once we get Prisma to 5, we can see about removing this env var."

https://discord.com/channels/686873244791210014/1243865722698862664/1243865722698862664

https://discord.com/channels/686873244791210014/1240671340542038016/1240671340542038016

Martinsos commented 3 weeks ago

Duplicate of #2088