cancel
Showing results for 
Search instead for 
Did you mean: 

Cannot GET /execute(store%20=%20'all',%20logLevel=4) error while trying to call node.js service

OmPrakashJha
Participant
0 Kudos

When I try to call node js CAP service in browser, I am getting below error.

URL : https://workspaces-ws-lwfbm-app1.eu10.applicationstudio.cloud.sap/execute(store%20=%20'all',%20logLevel=4)

Error : Cannot GET /execute(store%20=%20'all',%20logLevel=4)

Accepted Solutions (0)

Answers (1)

Answers (1)

pfefferf
Active Contributor

Can you show your service implementation for the function?

At least one issue is that you are using spaces (%20) when setting the parameter values, that is not allowed (-> .../execute(store='all',logLevel=4)).