Invalid prisma.order.create()
invocation in OrdersController.ts
#4658
AlirezaEthDev
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In AdonisJS, I could run development server using
node ace serve --watch
successfully. But when I try this post requestlocalhost:3333/order
via Postman by this request body:Server responds this error:
This is
store()
method ofOrdersControllers.ts
that the error message points to:This is
.env
:This is
schema.prisma
:Beta Was this translation helpful? Give feedback.
All reactions