CLI Deploy API Returning error: "Deploy assets are missing"

All of a sudden with no major changes … our Netlify instance just started returning these errors when we deploy…

`npx netlify deploy --prod --message=“noop”

root@bcefac16e01f:/app# npx netlify deploy --prod --message="testmark"
Deploy path:        /app/public
Configuration path: /app/netlify.toml
Deploying to main site URL...
 ›   Warning: JSONHTTPError: Deploy assets are missing. To deploy successfully, ensure files are present. 422
 ›   Warning: 
 ›   {
 ›     "name": "JSONHTTPError",
 ›     "status": 422,
 ›     "json": {
 ›       "code": 422,
 ›       "message": "Deploy assets are missing. To deploy successfully, ensure files are present."
 ›     }
 ›   }
 ›
JSONHTTPError: Unprocessable Entity
    at parseResponse (/app/node_modules/netlify/src/methods/response.js:12:11)
    at async callMethod (/app/node_modules/netlify/src/methods/index.js:36:26)
    at async runDeploy (/app/node_modules/netlify-cli/src/commands/deploy.js:210:15)
    at async DeployCommand.run (/app/node_modules/netlify-cli/src/commands/deploy.js:422:21)
    at async DeployCommand._run (/app/node_modules/netlify-cli/node_modules/@oclif/command/lib/command.js:43:20)
    at async Config.runCommand (/app/node_modules/@oclif/config/lib/config.js:172:9)
    at async Main.run (/app/node_modules/netlify-cli/node_modules/@oclif/command/lib/main.js:22:9)
    at async Main._run (/app/node_modules/netlify-cli/node_modules/@oclif/command/lib/command.js:43:20)

Hi.

This seems like the temporary problem which was fixed some time ago. Check if you’re still facing the issue and let us know.