Keep-Current/web-miner

Server fails to deploy the application

liadmagen opened this issue · 1 comments

Describe the bug
Deploying the app on the server fails to start

To Reproduce
Steps to reproduce the behavior: (for example)

  1. 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'

Fixed by PR #58