-
I deployed a nuxt 3 project in vercel and i'm using the
Locally works fine but when deployed it is giving me the next error (when the Any ideas why is this happening and how to solve it? |
Beta Was this translation helpful? Give feedback.
Answered by
cosbgn
Feb 6, 2023
Replies: 1 comment
-
You can't use |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
impons
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can't use
fs
in Vercel, because it's a serverless environment. You will need to switch to redis or something else.