Known issues and solutions
This guide contains known issues, their solutions, and developer recommendations.
This error occurs when the server does not have sufficient RAM. To build frameworks like Next.js, Nuxt.js, or React Router, you need at least 2GB of RAM depending on your application size. If you perform multiple deployments simultaneously on a low-RAM server, you may encounter this error as the server may be insufficient for handling 2 deployment processes at the same time. You can use build queue limits to prevent this issue.
This error may occur when files under source control within the site directory have been changed by the application and will be overwritten by the fresh deployment. Depfloy will always reset your project to the main branch. Remember that if your application makes changes to files, they will be reset after each deployment.
Rarely, your application may get stuck in the “deploying” status. In this case, you can reset the deployment status by hovering over the relevant project in the project management panel and clicking the three-dot button on the right side, then selecting the “reset deployment status” option.