reza
reza

Reputation: 6358

angular application getting an error from a tomcat application

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. enter image description here

enter image description here

Upvotes: 2

Views: 60

Answers (1)

Mario Petrovic
Mario Petrovic

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

enter image description here

enter image description here

Upvotes: 1

Related Questions