neuer Swiper funktioniert nicht
	
	
		Hi,
es ist noch ein Problem aufgetaucht und zwar geht der neue Slider nicht. hab das nun umgestellt und im backend eingerichtet, aber im FO werden die Bilder untereinander angezeigt. Der Browser gibt folgendes aus:
	PHP-Code:
	
Refused to apply style from 'https://***/assets/swiper/css/swiper-bundle.min.css?v=11.2.10' because its MIME type ('text/html') is not a supported stylesheet MIME type, and strict MIME checking is enabled.Fehler nachvollziehen
(Index):1612  GET https://***/assets/swiper/js/swiper-bundle.min.js?v=11.2.10 net::ERR_ABORTED 404 (Not Found)Fehler nachvollziehen
(Index):1 Refused to execute script from '***/assets/swiper/js/swiper-bundle.min.js?v=11.2.10' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.Fehler nachvollziehen
(Index):1631 Uncaught ReferenceError: Swiper is not defined
    at (Index):1631:21
    at NodeList.forEach (<anonymous>)
    at (Index):1616:24
    at (Index):1642:15
(anonym) @ (Index):1631
(anonym) @ (Index):1616
(anonym) @ (Index):1642Fehler nachvollziehen
5(Index):1 Uncaught (in promise) Error: A listener indicated an asynchronous response by returning true, but the message channel closed before a response was received 
 Im Verzeichnis assets finde ich kein Verzeichnis swiper.
	 
	
	
		Liste der Anhänge anzeigen (Anzahl: 1)
	
	
	
		
	Zitat:
	
		
		
			
				Zitat von 
Spooky
				 
			Hast du wirklich den Ordner assets/ im Contao Installationsverzeichnis (nicht public/assets/!) komplett gelöscht und danach composer install ausgeführt? Da sollte es nämlich dann eine andere Ausgabe geben.
			
		
	 
 Ja, den Ordner assets im root der Installation, nicht in public.
Anhang 28132
	 
	
	
		Liste der Anhänge anzeigen (Anzahl: 1)
	
	
	
		Dies ist die Ordnerstruktur, wenn ich den asset Ordner lösche:
Anhang 28133
Und das ist die composer.json
	PHP-Code:
	
{
  "name": "metamodels/test-installation",
  "description": "MetaModels MM 2.4 @ Contao 5.3 test installation",
  "license": "LGPL-3.0-or-later",
    "type": "project",
  "require": {
    "php": "^8.2",
        "codefog/contao-mobile_menu": "^2.7",
        "contao/calendar-bundle": "5.3.*",
        "contao/comments-bundle": "5.3.*",
        "contao/conflicts": "*@dev",
        "contao/core-bundle": "5.3.*",
        "contao/faq-bundle": "5.3.*",
        "contao/listing-bundle": "5.3.*",
        "contao/manager-bundle": "5.3.*",
        "contao/news-bundle": "5.3.*",
        "contao/newsletter-bundle": "5.3.*",
        "do-while/contao-backupdb-bundle": "^2.1",
        "hofff/contao-social-tags": "^2.0",
        "metamodels/attribute_alias": "^2.4@dev",
        "metamodels/attribute_checkbox": "^2.4@dev",
        "metamodels/attribute_decimal": "^2.4@dev",
        "metamodels/attribute_file": "^2.4@dev",
        "metamodels/attribute_longtext": "^2.4@dev",
        "metamodels/attribute_numeric": "^2.4@dev",
        "metamodels/attribute_select": "^2.4@dev",
        "metamodels/attribute_tags": "^2.4@dev",
        "metamodels/attribute_text": "^2.4@dev",
        "metamodels/attribute_timestamp": "^2.4@dev",
        "metamodels/attribute_url": "^2.4@dev",
        "metamodels/core": "^2.4",
        "metamodels/filter_checkbox": "^2.4@dev",
        "metamodels/filter_select": "^2.4@dev",
        "metamodels/filter_tags": "^2.4@dev",
        "metamodels/filter_text": "^2.4@dev",
        "netzmacht/contao-font-awesome-inserttag": "^2.2",
        "numero2/contao-marketing-suite": "^3.0",
        "numero2/contao-proper-filenames": "^2.1",
        "trilobit-gmbh/contao-tiles-bundle": "^2.0"
    },
    "repositories": [
        {
            "type": "composer",
            "url": "https://token:xxxxxxxxxxxxxxxxxxxxxx@packages.cyberspectrum.de/r"
        }
    ],
  "config": {
    "allow-plugins": {
      "contao-components/installer": true,
      "contao/manager-plugin": true,
      "contao-community-alliance/composer-plugin": false,
      "php-http/discovery": true
    }
  },
  "scripts": {
    "post-install-cmd": [
      "@php vendor/bin/contao-setup"
    ],
    "post-update-cmd": [
      "@php vendor/bin/contao-setup"
    ]
  }
} 
 
	 
	
	
		Liste der Anhänge anzeigen (Anzahl: 1)
	
	
	
		Spooky, sorry, aber ich bin hier nicht so schnell mit den Antworten. Das hat sich hier alles ständnig überschnitten und ich habe geantwortet aber dein letztes Posting jeweils noch gar nicht gelesen gehabt. 
Was genau willst du aus der Ordnerstruktur noch sehen oder passte der letzte jetzt so?
edit: Hier nochmal aus der Console:
Anhang 28134