-
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
Prisma Studio is not woking in code server environment #1249
Comments
What do you refer to by "code server environment"? What is the detailed error message behind "show details"? |
I'm planning to transition my development environment to a server-based setup. Code Server seems like a good fit for this because... is any problem about code server? |
What exactly do you mean with "code server"? Is this a hosted service? If so, can you shared the URL? |
"code-server" a self host vscode server |
Generally, there is no reason why it should not work. You can for example use Prisma and Studio fine with Gitpod, which seems to be similar. |
Bug description
Prisma Studio is not woking in code server environment
How to reproduce
Expected behavior
No response
Prisma information
generator client {
provider = "prisma-client-js"
binaryTargets = ["native", "darwin-arm64"]
}
datasource db {
provider = "postgresql"
url = env("DATABASE_URL")
}
Environment & setup
Screenshot of page where the problem happened (if applicable)
Prisma logs
No response
The text was updated successfully, but these errors were encountered: