Phone won't connect to flask server on same wifi network [duplicate] Phone won't connect to flask server on same wifi network [duplicate] flask flask

Phone won't connect to flask server on same wifi network [duplicate]


You have to run your flask application on 0.0.0.0 otherwise it will not be an externally visible server.

Take a loot at the Flask Quickstart Documentation.