Question: I'm experiencing issues while running my Make It Native 10 application on my development system. Although both my system and phone are connected to the same network, I'm encountering errors. Context: Please note that I'm trying to troubleshoot this issue within the context of Make It Native 10 application development. Error Message: I am attaching screenshot of my screen.
asked
Vishwa N
1 answers
0
Hi Viswa,
Please check these scenarios in your development environment
Maybe your current port number 8080 might used by another service. Open the command prompt and execute this command netstat -an | find "8080" to check the availability of port number
Please check you have enabled the native profile in your app
Sometimes your firewall might block the port 8080. ensure it is not blocked.
Ensure mobile and PC are connected to the same network/wifi.