You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Initial support for vercel-kv driver added in #213.
The platform feature itself is in beta, please check Vercel KV Limits for more info.
While testing and adding tests, I discovered some issues:
For node.js environments, fetch polyfill is required (Node 16). We might need to either document it or add polyfill to driver or upstream. (nuxt and nitro already polyfill fetch)
Driver import (even if not used!) fails since @vercel/kv requires KV_REST_API_URL and KV_REST_API_TOKEN for its default export. (it works when bundled only with rollup/nitro/nuxt/etc). Needs more investigation. Might be only issue with vitest.
The text was updated successfully, but these errors were encountered:
Initial support for
vercel-kv
driver added in #213.The platform feature itself is in beta, please check Vercel KV Limits for more info.
While testing and adding tests, I discovered some issues:
fetch
polyfill is required (Node 16). We might need to either document it or add polyfill to driver or upstream. (nuxt and nitro already polyfill fetch)@vercel/kv
requiresKV_REST_API_URL
andKV_REST_API_TOKEN
for its default export. (it works when bundled only with rollup/nitro/nuxt/etc). Needs more investigation. Might be only issue withvitest
.The text was updated successfully, but these errors were encountered: