nitro icon indicating copy to clipboard operation
nitro copied to clipboard

Unstorage getKeys() returns [] in vercel

Open zernonia opened this issue 2 years ago • 0 comments

Environment

  nitro: {
    preset: "vercel",
  },

Reproduction

https://stackblitz.com/edit/nuxt-starter-sxrccq?file=server/routes/test.ts

Describe the bug

Unstorage works fine in local, but when I deploy to vercel, it shows empty array

image

Additional context

"nuxt": "3.0.0-rc.6",

Logs

No response

zernonia avatar Jul 28 '22 07:07 zernonia