If you don’t mind checking the code editor and inspect window, please let me know about the following:
- What version of Next Js does your project say it is using? (Check package json file in Code editor)
- Check how many packages related to file system management, having terms that include “fs”, are present in the package.json file.
- When the app is in preview, check the inspect window and try to find fs in network tab, I have a feeling it won’t show you the js content that it usually shows.
If you feel overwhelmed by these, you could share the chat here instead and I’ll try to look into it.