Hi @hillary , I hope you are well.
- My Ntelify site name : wallet241
- I tried to make a simple axios request, it work on local but after deploying on Netlify I get no response no error.
- 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
- my Function file https://wallet241.netlify.app/.netlify/functions/send
thanks you