Current behavior:
Test fails in Chrome browser launched by cypress.
API responds with an error: "err empty response".

If I reproduce the same test manually (chrome opened by me), API responds just fine (screenshots included).

If I launch backend code on 127.0.0.1:9090 rather than on localhost:9090 everything seems to work.
Desired behavior:
API responds correctly.