Ririr
PPrisma
•Created by Ririr on 12/23/2024 in #help-and-questions
Help with `[optimize] HTTP 409 Conflict: There is no active recording to write queries to.`
I have a NextJS 14 site running in local development. However, I run it using
next dev -p 3002 --experimental-https
as I need SSL for local testing.
I have a very straightforward Prisma setup.
In the prisma.schema
I have the following
I've checked the optimize API key, and I have a running query recording in the Prisma optimize dashboard. I do, however, still get the following error.
[optimize] HTTP 409 Conflict: There is no active recording to write queries to. Please go to your dashboard at https://optimize.prisma.io and start a new recording.
Is there something I'm missing?
Thanks! 🎅10 replies