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
error on my deploy,
#10 39.31 ERROR: Failed building wheel for twisted-iocpsupport
#10 39.31 Failed to build twisted-iocpsupport
#10 39.31 ERROR: Could not build wheels for twisted-iocpsupport, which is required to install pyproject.toml-based projects
#10 39.32 WARNING: You are using pip version 22.0.4; however, version 23.1.2 is available.
#10 39.32 You should consider upgrading via the '/opt/venv/bin/python -m pip install --upgrade pip' command.
23 replies