Juan Gouveia
Explore posts from serversPPrisma
•Created by Juan Gouveia on 5/3/2024 in #help-and-questions
Prisma Warn Console in development
I have encountered the following warning message: prisma:warn. Despite searching extensively in the documentation, I have been unable to find a resolution
The error message appears as follows: prisma:warn In production, we recommend using
prisma generate --no-engine
(See: prisma generate --help
)
but i see this message only in Development5 replies
PPrisma
•Created by Juan Gouveia on 4/30/2024 in #help-and-questions
Prisma first query goes slow
Hi, I have a question. I've noticed that when Prisma executes its first query of the day, it's quite slow. Even a simple find operation for a single item from the database experiences this delay, sometimes taking more than ten seconds. I've read in the documentation that $connect can help with this when making the first query, but the question is where to place it. Additionally, the documentation also mentions that it's not necessary to use it explicitly so im a little confuse
7 replies