I would like to describe my situation.
I am using api called https://api.sample.dev/v2/entries/. It is whole api url. I set dev proxy in local and working fine, but when I deploy my app to Netlify , It is returning 304 error code and nothing.
I set in _redirects /api/* https://api.sample.dev/:splat 200 above /* /index.html 200, still no luck. my _redirects file in root level.