The requests i send from a c++ app aren’t getting to the server, there’s no error reported from the program side, any response returns “NoError”, i tested everything on a local server and it worked as it should, but now almost nothing works, the logs are basically trash, cause every request should create a message in the console, but even that doesn’t work, it’s basically completely broken from the app site. If i try to access the route via browser i will get an error cause it’s supposed to be post not get, i tried as well with some basic node client side app, and sometimes i get some console output on the server site, but it’s basically random, 99% of the time there’s no output.
On the other hand the response i get does work, in the node js test app, but this doesn’t fix anything
I also have a TCP connection which doesn’t work at all, standard request are set to work on port 3000, while TCP is set to 3200, on a localhost everything worked as it should, but here no TCP at all, what to do then?