How do I change vercel from a read only file system to read and write?

Viewed 11

When I am trying to open and edit files in my vercel web app it gives me a bunch of OSError: [Errno 30] Read-only file system errors. It is deployed to vercel from a github repository that it has full read and write functions to.

How do I fix this?

0 Answers
Related