You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
я установил призма файлы, чтобы подключаться с помощью них к mongoDB(установлена в docker) прописал в shema-prisma логику и столбцы для бд,после выполнил Prisma push:
🚀 Your database indexes are now in sync with your Prisma schema. Done in 99ms
✔ Generated Prisma Client (v6.1.0) to ./node_modules/@prisma/client in 49ms
Пишу npx prisma studio и возникает ошибка уже в окне localhost
A non-recoverable error has occurred. Reload Studio to continue. Consider reporting this error to us by opening an issue on GitHub and attaching the error details.
Unable to process count query
undefined
How to reproduce
Expected behavior
ожидал увидеть свою бд на локальном хосте
Prisma information
Environment & setup
ОС:
MacBook Air m3 , safari , mongoDB
Prisma logs
No response
The text was updated successfully, but these errors were encountered:
Bug description
я установил призма файлы, чтобы подключаться с помощью них к mongoDB(установлена в docker) прописал в shema-prisma логику и столбцы для бд,после выполнил Prisma push:
🚀 Your database indexes are now in sync with your Prisma schema. Done in 99ms
✔ Generated Prisma Client (v6.1.0) to ./node_modules/@prisma/client in 49ms
Пишу npx prisma studio и возникает ошибка уже в окне localhost
A non-recoverable error has occurred. Reload Studio to continue. Consider reporting this error to us by opening an issue on GitHub and attaching the error details.
Unable to process
count
queryundefined
How to reproduce
Expected behavior
ожидал увидеть свою бд на локальном хосте
Prisma information
Environment & setup
MacBook Air m3 , safari , mongoDB
Prisma logs
No response
The text was updated successfully, but these errors were encountered: