Immich Not Working on Phone from the same network as server
I recently installed Immich on my NAS. It's working and I can connect to http://NAS\_IP:2283 or http://NAS\_Name:2283 with no issues from my PC that is on my home wifi.
If I try to do the same from my Android phone that is on the same WIFI as my computer, whether it's through the browser or the Immich app, I always get "Server is reachable" error.
Below is the error from the App logs. What am I missing? How can I fix it?
ApiException 400: HTTP connection failed: GET /server/ping (Inner exception: ClientException: java.net.ConnectException: Failed to connect to /NAS_IP:2283, uri=http://NAS_IP:2283/api/server/ping)
ApiException 400: HTTP connection failed: GET /server/ping (Inner exception: ClientException: java.net.UnknownHostException: Unable to resolve host "NAS_NAME": No address associated with hostname, uri=http://NAS_NAME:2283/api/server/ping)