Illegal character apigee edge nodejs proxy issue.

Hi, I have this issue since yesterday. How can I fix this one? Code that I deploy to new revision has this issue but the same code in my previous revisions works fine.

7925-111.png

Solved Solved
0 2 180
1 ACCEPTED SOLUTION

When we install node module in Apigee, we also mention the revising number. Since you have changed the revising it may not work. Try to install the modules in the new revision as well.

https://apidocs.apigee.com/management/apis/post/organizations/%7Borg_name%7D/apis/%7Bapi_name%7D/rev...

BTW did you try Hosted target?

View solution in original post

2 REPLIES 2

When we install node module in Apigee, we also mention the revising number. Since you have changed the revising it may not work. Try to install the modules in the new revision as well.

https://apidocs.apigee.com/management/apis/post/organizations/%7Borg_name%7D/apis/%7Bapi_name%7D/rev...

BTW did you try Hosted target?

Thanks for an answer. I deploy using apigeetool SDK. And It install modules for each revision. I see all of the modules on development tab.

And No, I Have not tried Hasted target. This one may help?