Hi everyone, I’m currently facing the same issue here.
When I try making a post request to an API endpoint I get a 500 server error, but If I use the API locally on my PC, it works perfectly. Please what could be the issue?
I suspect the CORS issue may still have an impact when used via the proxy method. Suggest settings up CORS headers. See here and here for CORS information, and custom headers in Netlify’s documentation.