Hello sayam sanghvi
I believe you are using Azure App Service Linux.
Error ENOSPC: no space left on device
means that no temporary space left on the App Service Plan, this is different from what you pay for storage, this is a temporary disk space limited to containers size/files created inside a container, not persistance storage. Review Troubleshooting No space left on device.
Actions
- Use
App Service Diagnostics
blade in Azure Portal and review forLinux - Host Disk Space Usage
section. - Scale up to get more space No space left on device issues Error
Error: ENOSPC: no space left on device close
Reason No temporary space left on the App Service Plan, this is different from what you pay for storage, this is a temporary disk space limited to containers size/files created inside a container, not persistance storage. Review Troubleshooting No space left on device. Actions UseApp Service Diagnostics
blade in Azure Portal and review forLinux - Host Disk Space Usage
section. Scale up to get more space
Also review Linux - Host Disk Space Usage
https://azureossd.github.io/2023/02/09/troubleshooting-nodejs-deployments-on-appservice-linux/