Skip to main content
Workflow Editor doesn't load
Updated over a week ago

Issue:

Workflow Editor doesn't load for you.

Possible solutions:

If Workflow Editor doesn’t load, chances are your bitrise.yml or a Workflow which you have configured crashes the Workflow Editor’s UI.

If you face the above issue please first:

  1. Contact us so we can fix the issue in the UI code

  2. Then you can fix the bitrise.yml through our API

Managing bitrise.yml with the API

Use a simple curl call to download and to upload an app’s configuration or bitrise.yml to bitrise.io. You can find an example of how the API works on GitHub.

Before you start:

  1. Download the bitrise.yml with an API call. You will get a response in YML format.

  2. Save the bitrise.yml into a file and modify it locally.

  3. Upload the bitrise.yml with another API call to bitrise.io. Make sure the path to your fixed or modified bitrise.yml is correctly set! You will get a response in JSON format.

Did this answer your question?