[Fixed]-Ajax POST request to Django App with gunicorn as reverse proxy and nginx not working

1๐Ÿ‘

โœ…

I got it to work :

I had a few debug statements inside my views , which when removed got me to get this working . I think the issue was with the screen getting detached post shutting down the terminal.

gunicorn seems to behave weird with print statements that may have been left unintentionally , its best to avoid them.

๐Ÿ‘คjkhosla

Leave a comment