onitake opened a new issue #294: [BUG] Can't add load balancer URL: https://github.com/apache/cloudstack-primate/issues/294 **Describe the bug** When trying to add a new load balancer, the VM selection popup doesn't load. It's impossible to add a load balancer via the UI because of this. button, **To Reproduce** Steps to reproduce the behavior: 1. Go to an allocated IP address 2. Select the "Load Balancing" tab 3. Enter values into the Name, Public Port, Private Port, Algorithm, Protocol fields 4. Click on the "Add" button **Expected behavior** The VM selection dialogue should pop up. **Screenshots**  **Desktop (please complete the following information):** - OS: Linux - Browser: Firefox - Version: 74.0.1 **Additional context** The issue seems to happen when the listVirtualMachines call sent by the "Add VMs" handler returns an empty list, like this: ```json {"listvirtualmachinesresponse":{}} ``` The console log prints the message: ``` TypeError: t.response is undefined LoadBalancing.vue:935:10 ``` This is with the latest HEAD (commit bcf86f450d6aede6bad5d556a1cf81fe00ccfd2c )
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services