Access FileSystem when self hosted. #13133
Unanswered
ivanjeremic
asked this question in
Help
Replies: 1 comment
-
Anyone? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Since accessing the file system on Vercel is not possible far as I know, I want to host my Nextjs app on a Nodejs server.
My question now is if I host it myself is node fs working out of the box or do I need to tweak something in nextjs?
There is this issue but not sure if it is working now, I need Write, Read support for Pages & Api
https://github.com/zeit/next.js/issues/8251
Any useful Infos on how to achieve this?
Beta Was this translation helpful? Give feedback.
All reactions