-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
warn(prisma-client) Already 10 Prisma Clients are actively running. #800
Comments
I'm having the same issue after starting a new project recently. Only difference from this project is that I'm using a new database provider (supabase.com), I used digitalocean for the previous project. This only happens if I'm using the live production database URL, if I'm using my local I don't get this warning. Is there something related to supabase? |
It is not, and is probably also not a problem for you at all - it is just an internal warning from the Prisma Client that Prisma Studio is using under the hood, that it opened more than 10 instances of that. |
@janpio thanks. hope it'll be resolved in future releases. really awesome tool to quickly access and manipulate data. |
This should be fixed on the latest Prisma CLI Let me know if you're still seeing this! |
Describe the bug
warn(prisma-client) Already 10 Prisma Clients are actively running
shows shortly after starting prisma studio from command line.To Reproduce
Steps to reproduce the behavior:
Run
prisma studio
in a project with Prisma.Warning shows shortly after.
Expected behavior
warn(prisma-client) Already 10 Prisma Clients are actively running
should not show.Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: