Getting fs module not found

I am using spheron storage SDK and while using it I am getting ‘fs’ module not found in Next JS

Hello @vrajdesai78,
It is not possible to use the @spheron/storage SDK on the Frontend, so you would need to upload the data to your server, and then from your server to Spheron.

If you want to skip this hop of uploading data to your server, checkout the @spheron/browser-upload SDK, which will allow you to create a token on your Backend and upload data from the FE directly to Spheron Browser Upload SDK – Spheron :smiley: