-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Labels
bugSomething isn't workingSomething isn't working
Description
How to reproduce:
- fresh clone
- install dependencies
- set up the
environment
- start the app
- access the app in the browser:
App Console
(env) PS D:\work\repo-samples\sample-flask-best-practices> flask run --port=5003
* Serving Flask app 'run.py' (lazy loading)
* Environment: development
* Debug mode: on
2022-05-27 11:46:47,478 | INFO | * Running on http://127.0.0.1:5003 (Press CTRL+C to quit)
2022-05-27 11:46:47,481 | INFO | * Restarting with stat
* Debugger is active!
* Debugger PIN: 669-056-847
127.0.0.1 - - [27/May/2022 11:46:58] "GET / HTTP/1.1" 404 -
2022-05-27 11:46:58,848 | INFO | 127.0.0.1 - - [27/May/2022 11:46:58] "GET / HTTP/1.1" 404 -
127.0.0.1 - - [27/May/2022 11:46:58] "GET /favicon.ico HTTP/1.1" 404 -
2022-05-27 11:46:58,956 | INFO | 127.0.0.1 - - [27/May/2022 11:46:58] "GET /favicon.ico HTTP/1.1" 404 -
App Screen
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working