metasfresh-docker icon indicating copy to clipboard operation
metasfresh-docker copied to clipboard

Results 32 metasfresh-docker issues
Sort by recently updated
recently updated
newest added

Despite diligently following the Docker tutorial and successfully setting up Metasfresh using Docker, I'm encountering an issue with the API URL. While the UI URL functions properly and all containers...

### Is this a bug or feature request? BUG I just install the docker in a brand new Ubuntu server VM and no issue during the build, and starting it...

After clone https://github.com/metasfresh/metasfresh-docker, successfully build the image and start.but login failed,the response details are as follows: { "timestamp": 1711292177.699000000, "status": 401, "error": "Unauthorized", "exception": "de.metas.ui.web.login.exceptions.NotLoggedInException", "message": "not logged in", "path":...

When I access the website I see a White Landing Page. I built it as follows: ``` git clone https://github.com/metasfresh/metasfresh-docker.git cd metasfresh-docker/ docker-compose build docker-compose up -d ```

### Is this a bug or feature request? Feature ### What is the current behavior? metasfresh docker registry hard coded ### Which are the steps to reproduce? ### What is...

The compose file was incomplete

https://github.com/metasfresh/metasfresh-docker/issues/82

### Is this a bug or feature request? FR ### What is the current behavior? ### Which are the steps to reproduce? ### What is the expected or desired behavior?

### Is this a bug or feature request? ### What is the current behavior? ### Which are the steps to reproduce? ### What is the expected or desired behavior?

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...