tach zusammen,
beim aktuellen repository läuft admin watch nicht.
http://localhost:8080/api/v1/language/5ead698b2e4b490aa3840a8eb8df198e
{
"errors": [
{
"status": "412",
"code": "FRAMEWORK__LANGUAGE_NOT_FOUND",
"title": "Precondition Failed",
"detail": "The language \u00225ead698b2e4b490aa3840a8eb8df198e\u0022 was not found.",
"meta": {
"parameters": {
"languageId": "5ead698b2e4b490aa3840a8eb8df198e"
}
}
}
]
}
warum auch immer wird auf language ID „5ead698b2e4b490aa3840a8eb8df198e“ verwiesen.
diese ID scheint es nicht zu geben.
folgendes wurde ausgeführt um das aktuelle repostory zu installieren
git pull
cd platform
git pull
cd ..
composer update
rm -rf ./var/cache/*
./psh.phar install
admin watch läuft seit dem nicht mehr:
./psh.phar administration:watch
wie kann ich die richtige language ID laden?