We recently updated our builds to use the new Selective Builds (for mono-repos) feature. It appears to be working fine with our Github webhook triggers. But when we want to manually trigger a build, it breaks.
In the browser console I can see there is a POST request that is failing:
Request URL: https://app.bitrise.io/app/my_app_slug/build/start.json
Request Method: POST
Status Code: 400 Bad Request
{"status":"error","message":"undefined method
empty?’ for nil:NilClass",“slug”:“my_app_slug”,“service”:“bitrise”}`
We manually trigger builds for our releases. We are having to disable the Selective Builds feature in order for our manual triggers to work.