Server fails to deploy the application
liadmagen opened this issue · 1 comments
liadmagen commented
Describe the bug
Deploying the app on the server fails to start
To Reproduce
Steps to reproduce the behavior: (for example)
- Try running the Flask server from command line, using Gunicorn:
gunicorn app:app
Expected behavior
The gunicorn fails with an exception and the message:
Failed to find application object 'app' in 'app'