DEV Community

Discussion on: Adding an API and database to your Nuxt App with Prisma

Collapse
 
manojap profile image
MANOJ AP

do you configure database properly ? double check schema..... try to run the migrate command

also try npx prisma studio ( for make sure the connection is set properly)

Collapse
 
evilme profile image
Nathalie Magdalena Schönwetter

Hi, did you mean me? Yes the DB is running in dev mode. prisma studio is also running. When i try to build, generate and start the nuxt app the api is not available.