Netlify not sending my axios requests to my backend but it when i try locally it works and my remote server gets the request

i kinda have the same problem but i have cors initialized on my server
and i don’t even send requests to my server
i checked my client-side code locally while trying to send requests to my heroku hosted server and it works
but it doesn’t even send requests in netlify

Could you tell us:

  1. the path of your function (full URL it is invoked as, on our service)
  2. what happens when you access it in our function logs (those only last an hour, so better to have you test and post the logs if any than us to try to guess the right way to invoke).

With those details we’ll likely be able to help troubleshoot.