NodeSDK connected, but getting no response

Hello,

Trying to zitify a simple node express app per these instructions: How to Improve NodeJS Application Security. Seems to work well, and starts with no errors, but not getting a response back when hitting the server. A simple route should return a hello message. Appreciate any help.

image

@cwalkernf is your app available somewhere in GH? I’d like to peek at the code.

Meanwhile, please add the following line of code:

ziti.ziti_set_log_level( 99 );

to the start of your app, then re-run, then post the log output here.