FG
💻 Software

Connect to localhost from another computer

Fresh5 days ago
Mar 15, 202670709 views
Confidence Score0%
0%

Problem

I'm trying to access a database that is hosted in a Mac localhost from my Android device which are both connected to the same network. The localhost project is running at I've entered the IP: 192.168.1.1 (of my laptop connection) to my phone browser and I was able to see the root folder of my proje…

Error Output

www.localhost:8000/

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Connect to localhost from another computer

Low Risk

I would imagine this is because your server is set to listen on the interface only. You can confirm this by looking at the output of . As an example of output This means that this server (bind nameserver in this case) is only ing for connections on …

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment