DB error

So i got this app made from mageGPT.

but when i try to open or run it i get that error.


while making the db i also got Error: P1003

[ Db !] Error: P1003
[ Db !]
[ Db !] Database dev.db does not exist at /mnt/e/OpenSaaS/Tweet/.wasp/out/db/./dev.db
[ Db !]
[ Db ] Environment variables loaded from .env
[ Db ] Prisma schema loaded from ../db/schema.prisma
[ Db ]
[ Db ] ✔ Generated Prisma Client (4.16.2 | library) to ./../../../node_modules/@prisma/client in 557ms
[ Db ] You can now start using Prisma Client in your code. Reference: https://pris.ly/d/client
[ Db ]
[   Db   ] import { PrismaClient } from '@prisma/client'
[   Db   ] const prisma = new PrismaClient()
[   Db   ] 
image.png
Prisma
Prisma Client is an auto-generated, type-safe query builder generated based on the models and attributes of your Prisma schema.
Was this page helpful?