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

Hi @hillary :wave: , I hope you are well.

  1. My Ntelify site name : wallet241
  2. I tried to make a simple axios request, it work on local but after deploying on Netlify I get no response no error.
  3. Debugging step:
    • I tried to use fetch but that is same behavior
    • I tried to use node-libcurl and I get a error :

6:27:34 AM: 896f1fbc ERROR Invoke Error {“errorType”:“Error”,“errorMessage”:“Problem with the SSL CA cert (path? access rights?)”,“code”:77,“isCurlError”:true,“stack”:[“Error: Problem with the SSL CA cert (path? access rights?)”]}

However, I don’t use the custom domain

  • I search in this forum the similars issues and I found that this is my comment
  1. my Function file https://wallet241.netlify.app/.netlify/functions/send

thanks you