Problems using the WebUI on fresh VM installation

Hi,:hugs:
I’ve installed metasfresh on a virtual machine using Virtualbox.

Unfortunately when entering the IP address I only get a blank page.

I already checked the config.js file using chrome.

How exactly has the config.js file to look like?:sweat_smile:

My problem is similar to this one, hoewer the solution given there is unclear to me…:thinking:

Any further suggestions?
Greetings

Hi @Phytec

How exactly has the config.js file to look like?

You can check out how it should look like here:
http://docs.metasfresh.org/installation_collection/EN/installer_how_to_change_hostnames_for_webui.html

So basically, assuming your VM is reachable using 192.168.0.1 from your VM-Host and you don’t have a SSL certificate in place, it should look like this:

const config = {
API_URL: 'http://192.168.0.1/rest/api',
WS_URL: 'http://192.168.0.1/stomp'
}

Cheers.