-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
Description
Not sure how feasible this is, but it's one of the more common questions I see on SO. Users for whatever reason run the dev server on 0.0.0.0, see Running on http://0.0.0.0, then are confused when they can't get to that IP in most browsers or scripts. Maybe if Werkzeug sees that value, it displays a more helpful message with the real ip (or localhost if not possible) and a warning about running the dev server in production. Running on all interfaces (try http://{real ip}). Warning: Don't use the development server in production.
Reactions are currently unavailable