Strange vercel/trpc/prisma/planetscale issue
For some reason suddenly a specific table (employees) can't be accessed in production.
Locally everything works fine, I get all my data etc but if I go to the deployed app online it's like the trpc/prisma call is not going through.
I'm not seeing a status (eg 200) in the network explorer either, it just stays empty. I see the query in planetscale logs as succesfull but it's like I'm never actually getting a response. I don't see any errors in the vercel logs. All other calls go through just fine.
Has anyone had this issue before?
Has anyone had this issue before?
0 Replies