Using Netlify functions, fetch POST request won't send from within an Express callback

Hi Dennis,

I’ve been looking back into this.
This is just using express multiple callbacks and that works in Netlify as well as local. So that doesn’t appear to be the issue.
e.g. Express routing

The process moves onto the second callback but the console logs stop before the first fetch post request. I have tried using axios and that’s not working either.

Extensive debugging of this, it just seems like Netlify functions can’t make outbound Post requests - it doesn’t even send back an error, the netlify function log just ends.

It seems like this is a similar issue: Netlify function post request to external server?

Is this the case? Is there any other way I can make this Post request with Netlify functions.

Appreciate the assistance.