Context
While setting up CLARIN DSpace v9 for local development and Playwright UI testing (dspace-ui-tests against http://localhost:4000), the top-bar Login link does not open the Shibboleth / DiscoJuice dialog.
Symptoms
Browser console shows 404s for all AAI scripts; responses are text/html (Angular index.html), not JavaScript:
Refused to execute script from 'http://localhost:4000/aai/discojuice/discojuice.js' because its MIME type ('text/html') is not executable
Failed to load resource: 404 (Not Found) — aai.js, aai_config.js
Context
While setting up CLARIN DSpace v9 for local development and Playwright UI testing (
dspace-ui-testsagainsthttp://localhost:4000), the top-bar Login link does not open the Shibboleth / DiscoJuice dialog.Symptoms
Browser console shows 404s for all AAI scripts; responses are
text/html(Angularindex.html), not JavaScript: