Next.js Discord

Discord Forum

Accessing localhost on phone not working

Unanswered
Sun bear posted this in #help-forum
Open in Discord
Sun bearOP
Hello, i'm running my Nextjs application on dev and trying to view it from my Phone (Macbook Pro and iPhone). But it's not working.
I've ran both normal npm run dev and npm run dev -- -H ip-address but none of them lets me connect to ip-adress:3000 on my phone.
In cmd i ran: ifconfig | grep "inet " | grep -v 127.0.0.1

Any input is appriciated 🙂

0 Replies