Skip to content

App is unusable - The index shows 404 #7

@app-generator

Description

@app-generator

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

image

Metadata

Metadata

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions