i have install fs module but still i got the error that module is not foud https://prnt.sc/J_kApm93R9SW
how to resolve this problem
i have install fs module but still i got the error that module is not foud https://prnt.sc/J_kApm93R9SW
how to resolve this problem
Read the first comment.
TL;TR
Use fs
somewhere in server-side code. Use this tool to check generated client-side code. Copy your code and play around. fs should disappear if you use it in getServerSideProps
and reappear, if you don't use it.