Datatables with Django, uWSGI and Nginx is not working

Datatables with Django, uWSGI and Nginx is not working

bataakbataak Posts: 10Questions: 1Answers: 0

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

Replies

  • allanallan Posts: 61,822Questions: 1Answers: 10,129 Site admin

    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

  • bataakbataak Posts: 10Questions: 1Answers: 0
    edited October 2016

    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.

  • allanallan Posts: 61,822Questions: 1Answers: 10,129 Site admin

    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

  • bataakbataak Posts: 10Questions: 1Answers: 0

    I resolved my problem by setting to add buffer-size.

    Thank you for your time Allan!

This discussion has been closed.