Fehler nach Installation: Trying to access array offset on value of type null

Hallo zusammen,

ich habe nach einer Neuinstallation das Problem dass weder Backend noch Frontend starten. Und zwar erhalte ich nur die Symfony - Fehlerseite mit „Trying to access array offset on value of type null“

in vendor/apto-one/core/Apto/Base/Infrastructure/AptoBaseBundle/Controller/FrontendController.php (line 73)

  1. */
  2. protected function renderIndex(Request $request): Response
  3. {
  4. // get Shop
  5. $shop = $this->getShop($request->getHttpHost());
  6. $templateId = $shop['templateId'] ? $shop['templateId'] : 'apto';
  7. ``
  8. // get template data
  9. $templateLoaderData = $this->templateLoader->getData('frontend', $templateId);
  10. ``
  11. // get locale

Hat jemand eine Idee was hier falsch läuft?

Das System ist eine neue Debian 12 Maschine, PHP 8.2.
Installation lief soweit und seine Datenbank (mariadb) hat er auch angelegt, aber nun geht es nicht weiter.

Vielen Dank schonmal für jegliche Hinweise.