@Dashly wrote:
Hello,
I continue to receive the following error message when I try to test Gunicorn:
“Application object must be callable.”
The command I run, which errors out, is: “gunicorn app:app.server -b 0.0.0.0:8050”.
When I run “sudo python3 app.py” I don’t receive any issues and the app is presented at http://:8050. Why would gunicorn not bind properly in this case?
Any assistance would be greatly appreciated!
Posts: 2
Participants: 2