How do I fix 0.0.0.0:4723 on appium server?

Sir i am facing same problem

Welcome to Appium v1.9.1
[Appium] Appium REST http interface listener started on 0.0.0.0:4723

After
[HTTP] --> GET /
[HTTP] {}
[debug] [HTTP] No route found. Setting content type to ‘text/plain’
[HTTP] <-- GET / 404 10 ms - 43
[HTTP]
[HTTP] <-- GET /favicon.ico 200 11 ms - 1150
[HTTP]

How can i start appium server i stuck at these stage

I am facing the same issue… do you get solution if it

@Shivani_Vikhe How are you starting the server process? 0.0.0.0 is a default broadcast address, which your OS might not let the server bind to. And you probably want to use localhost or 127.0.0.1 by adding a parameter --address 127.0.0.1

1 Like