Uibuilder uibindex not working

Try adding the defualt permissions to settings.js:

adminAuth: {
    type: "credentials",
    users: [ /* list of users */ ],
    default: {
        permissions: "read"
    }
}