[Fixed]-Adding documentation to django app – conflict with angular

1πŸ‘

βœ…

From this two errors:

"Uncaught SyntaxError: Unexpected token <" in polyfill.js:1 and require.min.js:1
"Resource interpreted as Stylesheet but transferred with MIME type text/html"

I would assume that there is something wrong with loading your static files. Probably you have 404 or 500 on them and django loads then default route.
Check if you have correct routing for static files.

πŸ‘€Hubert

Leave a comment