When trying to start metasfresh-docker and using https://myhost/mobile login errors occur.
On further inspection, the parameters in the config.js file for mobile webui are not set correctly:
const config = {
SERVER_URL: 'http://MYDOCKERHOST:PORT/app',
};