planetscale cache error
not sure if the issue is from drizzle or trpc, but trying to query the db via the RSC api fails with this error
3 Replies
Are you using nextjs?
yea
next 13.5.4
weird thing is that doing this:
works nicely, but using the trpc helper does not
this is the
RSC API
generated by kirimase for context if you want to tryWell, I asked about next because they patched the fetch function with their aggressively cached version
So that's your problem in my opinion