Home > Software engineering >  Ionic Angular '[console.error]: "ERROR" {}' without any explanation / log
Ionic Angular '[console.error]: "ERROR" {}' without any explanation / log

Time:07-21

enter image description here

Hello, I am having errors in my Ionic App.

I'm running

ionic cordova run android --livereload --consolelogs --serverlogs

with a physical phone.

As you can see I'm able to see console.logs, but there must be an error that is creating the

[console.error]: "ERROR" {}

But it doesn't explain anything! There is no error logs or stack trace error. I don't have any console.error in my code, so it must be an unhandled error somewhere...

Has anybody experienced something like this? I don't know what to do.

Thank you.

CodePudding user response:

I have discovered chrome://inspect/#devices.

Using inspect, it displays perfectly the error logs.

  • Related