netlify site name spectacular-blancmange-e14ad5
in heroku logs I see
but in browser I see
one more thing
if I run frontend app locally and connect it to heroku then it works
and second thing
If in request processing was involved only one backend service than in browser I see expected result if in requests processing were involved more then one backend service than I see in browser 500 http code instead of 200
So it seems like netlify for some reason make 200 to 500 when more then one backend service is involved.
I didn’t find opportunity to see logs of netlify.
What it could be?