Are you running the server locally? If yes, then you need port-forwarding most probably.
Run `adb reverse tcp:3000 tcp:3000`, make sure you update both ports to the server's port in the command.
This can be used to "reconnect" the android device to the local machine, and I found it useful for example when my machine was sleeping for a longer amount of time and in several other scenarios.