Prisma Register Error #500
Replies: 3 comments
-
@Mremmalex I can't see in your screenshot where you're calling the It's also worth noting that async flask support is not tested. Because of Flask's internal architecture, their async support is implemented in a suboptimal way which breaks behaviour IIRC. Have you looked through this Flask example? It may help you get set up: https://github.com/RobertCraigie/prisma-client-py/tree/main/examples/flask-url-shortener |
Beta Was this translation helpful? Give feedback.
-
@Mremmalex |
Beta Was this translation helpful? Give feedback.
-
i was trying to build a simple rest api with prisma-client-py and flask i have the configuration right but, i keep getting a register error from prisma-client-py
here is the code
here is the error output
Beta Was this translation helpful? Give feedback.
All reactions