I have deployed this to Heroku server and every step went smoothly. But for every request I am getting Bad Request(400). I am using Gunicorn with the following line on my Proc file web: gunicorn charting_library_charts.wsgi --log-file - . Is there anything I need to do besides in the documentation.
I have deployed this to Heroku server and every step went smoothly. But for every request I am getting Bad Request(400). I am using Gunicorn with the following line on my Proc file
web: gunicorn charting_library_charts.wsgi --log-file -
. Is there anything I need to do besides in the documentation.