-
Trying to deploy the Developer Blog app (from the docs) to Vercel. Getting this error when trying to access File system calls are giving the server a hard time apparently. Home page works great though. Any idea of how to solve that? |
Beta Was this translation helpful? Give feedback.
Answered by
ccssmnn
Mar 16, 2022
Replies: 1 comment
-
Accessing the local file system is not supported in Vercel serverless functions. You may use tools like oktokit.js to query the files from GitHub at runtime. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
tavoyne
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Accessing the local file system is not supported in Vercel serverless functions. You may use tools like oktokit.js to query the files from GitHub at runtime.