Beginner here trying out t3 stack app with trpc-openapi. Prisma provider is using mongodb. I can connect to MongoDB but when I make the call http://localhost:3000/api/all
from http://localhost:3000/api-docs I get error
{
"message": "Cannot read properties of undefined (reading 'prisma')",
"code": "INTERNAL_SERVER_ERROR"
}
Source for the app is at https://github.com/firefoxNX/cosmic_monk.
I don't see any other error in the server console.