Uncaught SyntaxError: Unexpected token < at the <!doctype html>

0
Hi All,    At the broswer screen with mendix app, I came across the error which including the message as "Uncaught SyntaxError: Unexpected token '<'" at the "<!doctype html>"   plz. help me.    All the Best,
asked
2 answers
0

Hi Robert,

 

plz. refer the capture.

스크린샷 2024-04-01 오전 10.09.38.png

answered
0

That looks like you've saved your index.html over mxui.js.

 

One way to fix this would be to create a branch of your application from a time you knew it worked, then copy the mxui.js file across from there to your mainline and commit that. Don't copy any other files else you will lose your other work.

 

Good luck!

answered