-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UI/Help package tokens do not work for VM installations (v10+) #313
Comments
We are exploring if this can be fixed in the DF side or if we need to add a (temporary) feature to the CLI to support both scenarios. However, this will break one of the principles of the packages, being agnostic to installation target. |
A work around would be to edit the generated package and replacing the tokens with ones supported by the traditional installation process: config.json
index.html and ngsw.jsonreplace |
This is technically a Deployment Framework bug, not a CLI bug, but I've tagged the issue as such anyway for easier reference. |
Thanks for your guidance, my page can also be displayed, otherwise I will be stuck in the project |
This is fixed by MES 10.1, in which VM DF understands the container tokens |
CLI will place environment specific tokens in config.json, index.html and ngsw.json that should be replaced by DF when installing the package.
However, the tokens supported by the container entrypoints and the traditional DF installation are not compatible, causing the package to install with tagging in VMs and the UIs to not work anymore.
The text was updated successfully, but these errors were encountered: