cancel
Showing results for 
Search instead for 
Did you mean: 

Unable to get console messages in JS File (Service implementation of Service) in CAPM(Node.js)

suresh718
Discoverer
0 Kudos

Hello experts,

We are implementing a service for a excel file upload in that we are

1. Implementing a Service.cds in service.js file.

2. We get some errors in service.js file . To debug those errors "i am writing console messages". But it not showing any messages in browser console.

Can anyone help me to print those console messages and debug errors by myself.

regards,

Suresh Kardhala

Accepted Solutions (0)

Answers (1)

Answers (1)

junwu
Active Contributor

service code is running on server side, not your browser, how can it show up in your browser console.....