SyntaxFix
Write A Post
Hire A Developer
Questions
I had the same error and fixed it. It turned out to be a silly reason.
This was the culprit: <script src="app.js"/> Fix: <script src="app.js"></script>
This was the culprit: <script src="app.js"/>
<script src="app.js"/>
Fix: <script src="app.js"></script>
<script src="app.js"></script>
Make sure your script tag is ended properly!