nach der docker installation auf einem remote docker host bekomme ich Probleme beim Aufrufen der domaine. Ich komme in den Admin rein. Aber im Frontend sagt er mir
SalesChannelMappingException
Shopware\Storefront\Framework\Routing\Exception\SalesChannelMappingException:
Unable to find a matching sales channel for the request: http://192.168.xx.xx:8000/". Please make sure the domain mapping is correct.at /app/vendor/shopware/platform/src/Storefront/Framework/Routing/RequestTransformer.php:137
at Shopware\Storefront\Framework\Routing\RequestTransformer->transform(object(Request))
(/app/vendor/shopware/platform/src/Core/HttpKernel.php:133)
at Shopware\Core\HttpKernel->doHandle(object(Request), 1, true)
(/app/vendor/shopware/platform/src/Core/HttpKernel.php:79)
at Shopware\Core\HttpKernel->handle(object(Request))
(/app/public/index.php:53)
Jetzt gibt es hier ein Post im Forum wo jemand sagt er habe NPM geupdated und dann install neu ausgeführt
hier erinnerte ich mich an den install log
patch-package 6.4.7 Applying patches... eslint@7.32.0 ✔ eslint-plugin-vue@7.9.0 ✔ vue-eslint-parser@7.6.0 ✔ added 2334 packages in 92.716s ┌───────────────────────────────────────────────────────────┐ │ npm update check failed │ │ Try running with sudo or get access │ │ to the local update config store via │ │ sudo chown -R $USER:$(id -gn $USER) /home/appuser/.config │ └───────────────────────────────────────────────────────────┘
jetzt wolle ich dann auf dem appserver nun auch npm updaten
leider bekomme ich hier den selbsen Fehler.
leider gibts hier kein sudo wie beschrieben (command not found)
and su habe ich das passwort nicht. Habe schon alle pw’s aus der docker-compose versucht. „app,root,shopware“
Was ist das root passwort zu dem docker containern?
Oder wie sonst kann ich das Problem beheben?
(saleschannel URL sagt er im Backend ist http://localhost:8000 für shop und headless default.headless0 )