weird behavior with unstable_cache
I'm trying to use drizzle with planetscale's database-js inside of an unstable_cache (to leverage the tag caching system).
pretty simple stuff, but because database-js is based on the fetch api, it breaks when inside of the unstable_cache.
I tried changing the fetch in database-js to use undici's fetch, which fixed the problem, but that doesnt support edge runtime sadly. Anyone any ideas?
0 Replies