DSpace 7.3 UI Update - Refused to apply style from 'dspace-theme.css' because its MIME type ('text/html')

Viewed 25
1 Answers

It seems that the problem was that the file dspace-theme.css was missing. I tried copying it to the supposed location ([dspace-source]/dist/browser/dspace-theme.css) with no success.

Finally, I ended up downloading and building the UI source code again on another folder, and now it works.

Related