Error : Node.js Script execution in apigee platform

loginresponse.txt

Dear All,

I have deployed a node js proxy which is using jsforce module. Node js app is running fine in local but not in apigee platform. Error is attached herewith. also Node js code is included.

Any help will be appreciated.

Thanks in advance!

Joydeep

0 3 293
3 REPLIES 3

@Joydeep Paul

Try to check this article [Node JS Proxy] by @corinna fu

HTH

@Faji Ahmad

This article is not related to my problem.

I am facing problem while running nodejs code in apigee platform. I am able to run nodejs in local though.

Anyway thanks for looking into it.

This is resolved by using previous "jsforce" module (1.3.*) which is supported by Apigee node version (0.10.32). We found one of it dependent module uses "const" instead of "var" in latest jsforce release, because of that it was failing in Apigee.

Thanks & regards

Joydeep