During dev I am using prisma to reset the db, howe...
# orm-help
t
During dev I am using prisma to reset the db, however my nodejs app starts getting errors
cache lookup failed for type XXXX
is there a programmatic way I can catch this and force Prisma to reconnect or something? as it stands i have to restart my application if this error happens
r
@Tyler Clendenin 👋 We haven’t encountered this before. It would be great if you could create an issue here with the reproduction steps so that we can look into this 🙂
t
ok, next time it happens I will try and get more info about it
🙌 1