Skip to content
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

Open
santhosh-pro opened this issue Jun 4, 2024 · 6 comments
Open

Prisma Studio is not woking in code server environment #1249

santhosh-pro opened this issue Jun 4, 2024 · 6 comments
Labels
bug/1-unconfirmed Bug should have enough information for reproduction, but confirmation has not happened yet. kind/bug A reported bug.

Comments

@santhosh-pro
Copy link

santhosh-pro commented Jun 4, 2024

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

  • Link to Data Browser instance:
  • OS:
  • Browser:
  • Database:

Screenshot of page where the problem happened (if applicable)

Screenshot 2024-06-04 at 10 32 06 AM

Prisma logs

No response

@santhosh-pro santhosh-pro added the kind/bug A reported bug. label Jun 4, 2024
@santhosh-pro santhosh-pro changed the title Prisma Studio not woking in code server environment Prisma Studio is not woking in code server environment Jun 4, 2024
@janpio
Copy link
Contributor

janpio commented Jun 4, 2024

What do you refer to by "code server environment"?

What is the detailed error message behind "show details"?

@santhosh-pro
Copy link
Author

Screenshot 2024-06-04 at 2 15 54 PM

@santhosh-pro
Copy link
Author

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?

@janpio
Copy link
Contributor

janpio commented Jun 4, 2024

What exactly do you mean with "code server"? Is this a hosted service? If so, can you shared the URL?

@santhosh-pro
Copy link
Author

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

https://github.com/coder/code-server

https://coder.com/docs/code-server/install

@janpio
Copy link
Contributor

janpio commented Jun 4, 2024

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.

@janpio janpio added the bug/1-unconfirmed Bug should have enough information for reproduction, but confirmation has not happened yet. label Jun 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug/1-unconfirmed Bug should have enough information for reproduction, but confirmation has not happened yet. kind/bug A reported bug.
Projects
None yet
Development

No branches or pull requests

2 participants