Stock inventory & billing not open due to time out

Hi all, I have just install Bahmni v0.91 to Virtual Box and tried. Clinical Service and Laboratory work fine, but Stock inventory & billing doesn’t. I got this error at http://10.0.2.15:8069/

This site can’t be reached

10.0.2.15 took too long to respond. Try:

ERR_CONNECTION_TIMED_OUT

Hello @michaeltruong,

You should change the ip address in this /var/www/html/index.html
Hope this will help.

function initLinks() { var erpElement = document.getElementById(“erp-app-link”); 
        if (erpElement) 
        { 
              erpElement.href = “http://your varant ip (ie. 192.168.33.10):8069”; 
        }
2 Likes