Has anyone ever had an issue with a .create() not ...
# prisma-client
n
Has anyone ever had an issue with a .create() not executing, but not giving an errors or warnings or query logs either? Have
log: ['info', 'error', 'warn', 'query']
turned on, but get nothing for one of my queries, and I've console logged my way to check that the function is properly async and is properly receiving data, it's just like the code skips over that block for some reason?
Actually, just looks like I stumbled across this and it solved it https://github.com/prisma/prisma/issues/5682 Annoying that it doesn't display any errors though, even in a .catch, without that github note I would've never known what the issue was