UI5 Build Cache does not work properly in case process is executed in a container.
Initially reported by @henriquemattos.
Steps to Reproduce the Issue
- Execute
ui5 serve in a project in a container (docker, podman, etc.)
- Open the browser on your host and request UI5 project served by the container
- Change any served file in the UI5 project
- Project is not rebuild and no live reload is triggered
Context
- UI5 Module Version (output of
ui5 --version when using the CLI): @ui5/cli@v5.0.0-alpha.6
- Node.js Version:
24
- npm Version:
11
UI5 Build Cache does not work properly in case process is executed in a container.
Initially reported by @henriquemattos.
Steps to Reproduce the Issue
ui5 servein a project in a container (docker, podman, etc.)Context
ui5 --versionwhen using the CLI):@ui5/cli@v5.0.0-alpha.62411