If you’re running python app.py
in the console, but also telling your web process to run gunicorn run:server
then something is inconsitent.
What happens when you run gunicorn run:server
locally (from a terminal on your local machine)?
If you’re running python app.py
in the console, but also telling your web process to run gunicorn run:server
then something is inconsitent.
What happens when you run gunicorn run:server
locally (from a terminal on your local machine)?