The thing I'm stuck at is even if I do db pull and...
# orm-help
a
The thing I'm stuck at is even if I do db pull and generate, prisma shows the following
Copy code
UnhandledPromiseRejectionWarning: TypeError: Cannot read property 'findMany' of undefined
If I restart the server I have, it is working fine. How to actually do CRUD operations after generation without restarting the server? Thanks in advance, Cheers!