This request does not have any tests

Your server is probably running on some another port which you not expect. and this is mostly happen when you are using proxy.
so check your network to see if any proxy sets and close it.

for example you may always listening on port : 4000 but if you connect with vpn this might change to something like port : 3453.

you might find this link useful. i had your problem and could solve in from this page.