notiz-dev / nestjs-prisma-starter

Starter template for NestJS 😻 includes GraphQL with Prisma Client, Passport-JWT authentication, Swagger Api and Docker
MIT License
2.37k stars 336 forks source link

Testing login on playground "TypeError: response.status is not a function" #478

Open diegoalfarog opened 1 year ago

diegoalfarog commented 1 year ago

i am try to test login grahpql playground and it doesn't work, hello and helloworld queries is working

image
Justin3go commented 1 year ago

its prisma error, maybe postgres not run,you can try this:

npm run docker:db