Nitin Mohapatra

Results 1 issues of Nitin Mohapatra

This PR updates the `logerror` function in `application.js` to use `console.error(err)` instead of `err.stack || err.toString()`. This change improves error visibility, especially for complex or nested errors (like those thrown...