I'm trying to run an API on a local IIS Server. I have 2 servers currently running, 1 nodejs app, which runs via Serve, and 1 API via IIS. However when I try to access both the servers via my phone, I am able to access the nodeJS application, however once I try to access the API, I get a timeout.
This site can't be reached, my ip tok too long to respond. Try: checking the connection ERR_CONNECTION_TIMED_OUT
When I try to access both servers from my desktop, using exactly the same IP adress, they somehow both manage to work.
I'm really new to IIS, so I'm not suprised if this might be a silly question, but can someone help me out?