Troubleshoot application-only OneAgent deployment on Cloud Foundry

The DESK integration for the Node.js buildpack allows you to successfully push your application even when the download of DESK OneAgent fails (for example, because of a network connection error). You can configure OneAgent error handling via the option skiperrors that you can specify in the payload of the user-provided DESK Cloud Foundry service that’s bound to your application:

cf cups desk-service -p "environmentid, apitoken, skiperrors"

You’re prompted automatically to provide your environment ID, API token, and either true or false for the skiperrors flag. Please note, by default, an unsuccessful download of DESK OneAgent will result in a deployment error.