ajax time out error

ajax time out error

asifjee104asifjee104 Posts: 6Questions: 2Answers: 0

Hi dears, I am using datatables serverside processing with ajax. first time page loads perfectly but when i search something in search filter it dont works. it gives ajax time out error after something. I am not understanding what is happening

Answers

  • colincolin Posts: 15,142Questions: 1Answers: 2,586

    Hi @asifjee104 ,

    If you're getting a timeout on the client, it means the server isn't responding - so you'll need to be debug your server-side script to understand where it's failing.

    Cheers,

    Colin

  • asifjee104asifjee104 Posts: 6Questions: 2Answers: 0

    Thanks for response. I worked on server There was timeout limit set on ajax request. I changed. Now it,s working fine

This discussion has been closed.