Skip to content

App not working after fixing issue in #57 #58

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
shimniok opened this issue Sep 26, 2019 · 0 comments
Closed

App not working after fixing issue in #57 #58

shimniok opened this issue Sep 26, 2019 · 0 comments

Comments

@shimniok
Copy link
Contributor

After creating __init__.py, issuing flask run, website gives 404 error

$ flask run
 * Serving Flask app "app.py" (lazy loading)
 * Environment: development
 * Debug mode: on
 * Running on http://127.0.0.1:5000/ (Press CTRL+C to quit)
 * Restarting with stat
 * Debugger is active!
 * Debugger PIN: 713-868-903
127.0.0.1 - - [26/Sep/2019 09:14:10] "GET / HTTP/1.1" 404 -

App isn't recognizing routes in routes.py because it is never imported and the blueprint object bp is never registered (as it is in the example code).

Shudh pushed a commit to Shudh/oauth2-server that referenced this issue Mar 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant