Datatables with Django, uWSGI and Nginx is not working
Datatables with Django, uWSGI and Nginx is not working

Hi Allan,
I'm trying to use my django web application which uses Datatables, with uWSGI and Nginx, but it didn't work. Actually I've tried https://datatables.net/release-datatables/examples/server_side/jsonp.html. How can I fix this problem?
Thank you
This discussion has been closed.
Replies
Thanks for your question - however, per the forum rules can you link to a test case showing the issue please. This will allow the issue to be debugged.
Information on how to create a test page, if you can't provide a link to your own page can be found here.
Thanks,
Allan
Thanks for your quick reply Allan!
Actually I don't have any idea about that, I suppose the problem is in uwsgi and datatables. How can I show you my problem because it needs uwsgi server.
I must confess I've never even hear of a uwsgi server before! All I can really say is that if you have a link to the page you can give me I'd be happy to take a look. Otherwise if you can create a test case showing the issue on JSFiddle or JSBin I can take a look at it there.
Allan
I resolved my problem by setting to add buffer-size.
Thank you for your time Allan!