Neu JTL Shop 5.0 RC2 - Blocked templates/NOVA/js/app/app.js from asking for credentials because it is a cross-origin request

XS-Laden

Aktives Mitglied
17. Mai 2016
13
0
Ich bekomme in der Safari Browser Log-Console folgende Meldung:

Blocked http://meientestshop_url/templates/NOVA/js/app/app.js from asking for credentials because it is a cross-origin request
Failed to load resource: the server responded with a status of 401 (Unauthorized) http://meinetestshop_url/templates/NOVA/js/app/app.js
Failed to load resource: the server responded with a status of 401 (Unauthorized) http://meinetestshop_url/favicon-default.ico
TypeError: $('.nav-tabs').tabdrop is not a function. (In '$('.nav-tabs').tabdrop()', '$('.nav-tabs').tabdrop' is undefined) jtl.evo.js

Der zweite Fehler leitet sich sicherlich vom ersten ab.
Letzteres wohl auch, da tapdrops.js über app.js importiert wird.
Warum da aber jtl.evo.js als Datei steht verstehe ich auch nicht, da ich das unmodifizierte NOVA Template benutze.
<script defer="" type="module" src="http://meinetestshop_url/templates/NOVA/js/app/app.js"></script>
 

XS-Laden

Aktives Mitglied
17. Mai 2016
13
0
Die Blocked ... from asking for credentials kommt scheinbar daher, dass ich die Testumgebung via htaccess mit
AuthName "Restricted Area"
AuthType Basic
schütze.
 

Ähnliche Themen