Why is my prisma model typed as any?
added pictures.
Basically I'm just trying to query my db after I pushed the models to the db with 'npx prisma db push'.
I am using a Supabase so its a postresql db.
5 Replies
I had this just happen to me, seemed to be a bug, restarting VSCode and TS server fixed it for me
I've tried restarting TS server but it didnt change anything, restarting vscode works!!!!
Thank you!
Weird one, might be a new bug since mine literally just happened now on a new repo
This happens to me randomly throughout the day. I used to do the restart TS server, and if not, restart VS Code. But recently, I've just added a random line of code and it seems to get back on track, so something like a
console.log('')
lolUnknown User•2y ago
Message Not Public
Sign In & Join Server To View