Nope, not about the JSON, because we can’t get the correct data at the first place. As i noted above, this is working on netlify dev. But not when published on netlify server.
Umm by netlify dev means that it’s working on localhost:8888 using netlify cli so the connection is 200.
But when we deployed on netlify environment. We get that error 520. I am not sure what that error is?
So it’s sure that when on localhost it’s working, then should be no probs at the API-endpoint right?
No that’s not using proxy, i just tried to use netlify deploy --prod and it results in request directly on the 3rd Party API. (not via proxy) You can see it on network tab.