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 Infinite Loop Reload #1262

Open
bramses opened this issue Jul 20, 2024 · 0 comments
Open

Prisma Studio Infinite Loop Reload #1262

bramses opened this issue Jul 20, 2024 · 0 comments
Labels
kind/bug A reported bug.

Comments

@bramses
Copy link

bramses commented Jul 20, 2024

Bug description

Using SQLite, I can't load Prisma Studio and end up using Ctrl+C to exit loop

Warning! Blinking Video!!

Screen.Recording.2024-07-20.at.12.19.49.AM.mov

How to reproduce

...% npx prisma studio
Environment variables loaded from .env
Prisma schema loaded from prisma/schema.prisma
Prisma Studio is up on http://localhost:5555

Expected behavior

No response

Prisma information

generator client {
  provider = "prisma-client-js"
}

datasource db {
  provider = "sqlite"
  url      = env("DATABASE_URL")
}


model Entry {
  id        String   @id @default(cuid())
  data      String
  metadata  String
  createdAt DateTime @default(now())
  updatedAt DateTime @updatedAt
}

Environment & setup

  • OS: Mac
  • Browser: Arc
  • Database: SQLite

Prisma logs

No response

@bramses bramses added the kind/bug A reported bug. label Jul 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug A reported bug.
Projects
None yet
Development

No branches or pull requests

1 participant