Closed dallyger closed 3 weeks ago
You need to login to shopware account first. I have created an issue in deployment helper to automate this...
I've logged into the Shopware account through administration web-ui. However, it gets logged out each time the init container tries to activate the app. Will your issue solve that too or is it another bug @shyim?
that sounds like another bug 🤔 . I think it removes your authorization as the api request fails....
Is this a bug in the deployment helper, or should I move this issue? Would be the shopware/docker
or shopware/shopware
repository a better fit?
I think shopware/shopware because both repos does nothing magical there
Alright. Will move it. I hope it won't be ignored like my other issues on that repository.
Opened issue at https://github.com/shopware/shopware/issues/5082. Will leave this one open as a reminder, as issues in the main repo get lost easily (nearly 700 open issues).
Summary
Apps cannot be installed via composer using deployment helper.
The init container, which enables the app using the deployment-helper, crashes with error message "Could not sign payload with store secret".
Cannot install apps via the backend, because runtime management is disabled.
Cannot check installation via cli on web container. It is not deployed, because the init container fails.
Error message
Setup
Shopware setup installed via
composer create-project shopware/production
andcomposer req shopware/docker
.Install an extension using the suggestion on the Shopware account page.
shopware/core: 6.6.4.1 shopware/deployment-helper: 0.0.6 shopware/docker: 0.1.0