Next.js Discord

Discord Forum

fs module issue

Unanswered
Shar Pei posted this in #help-forum
Open in Discord
Shar PeiOP
When I try to run the next app I get the error can't resolve 'fs'.what is wrong?

1 Reply

The file system api is only available on server side, so make sure you're not trying to run that code on the client (a.k.a. the browser)