Reputation: 6358
I have an angular 2 application that makes http get calls to a tomcat server (Java). when I make the call, in the browser console, I see a long error ending with Not sure what the cause is and what the solution might be.
Anyone dealt with this before?
Sorry, JavaScript must be enabled in order for you to use this application.
Upvotes: 2
Views: 60
Reputation: 8352
In case you have error JavaScript must be enabled...
than you need to turn JavaScript on.
Go to Delop tools (F12) and go to settings in the top-right corner of the window. In preferences go down to Debugger you will have checkbox to Disable JavaScrip
Upvotes: 1