tradingview / saveload_backend

97 stars 78 forks source link

Receiving Bad Request (400) #7

Closed rockfight closed 5 years ago

rockfight commented 5 years ago

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.