There are many branches on the bitbucket repo, however it shows text “This feature requires a repository with at least 2 branches.” and UI is disabled.
How should I do?
There are many branches on the bitbucket repo, however it shows text “This feature requires a repository with at least 2 branches.” and UI is disabled.
How should I do?
Hello @kohki, you need to set your netlify site to deploy more than just the production branch. This is described in more detail in our Site deploys doc. After you’ve configured more than one branch to be deployed, you’ll also need to make a commit to your other branches to trigger deploys for them.
Once that is done, you should be able to enable split-testing.
I had the same problem, but in the end it was easy to solve.
In the project settings in deploy branches, we change to “all branches” or “manually add the branches” we want to compile.
After that we commit these branches, and they will appear in Netlify.