trevor_h.
PPrisma
•Created by samuelcole on 9/10/2024 in #help-and-questions
Optimize is not showing queries
Was able to get it working.. Found that we weren't using the read replica extension, but we were instantiating a separate PrismaClient with the datasources option set:
{
datasources: {
db: { url: config.PRISMA_READ_URL }
}
}
This caused the issue..
43 replies
PPrisma
•Created by samuelcole on 9/10/2024 in #help-and-questions
Optimize is not showing queries
Same issue here. Everything runs but no queries show in optimize console.
43 replies